C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / MinRowHeight Property


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