C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / FlexGrid Class / MinColumnWidth Property


In This Topic
MinColumnWidth Property
In This Topic
Gets or sets the minimum width of columns in the FlexGrid.
Syntax
'Declaration
 
Public Property MinColumnWidth As Double
 
'Usage
 
Dim instance As FlexGrid
Dim value As Double
 
instance.MinColumnWidth = value
 
value = instance.MinColumnWidth
See Also