ComponentOne FlexGrid for UWP
AutoSizeRow Method (GridPanel)

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > GridPanel Class : AutoSizeRow Method
Index of the row to resize.
Extra height to add to the row in pixels.
Whether to measure all cells or only the visible ones.
Resizes a row to fit its visible contents.
Syntax
'Declaration
 
Public Function AutoSizeRow( _
   ByVal row As System.Integer, _
   ByVal extra As System.Double, _
   ByVal allCells As System.Boolean _
) As System.Double
public System.double AutoSizeRow( 
   System.int row,
   System.double extra,
   System.bool allCells
)

Parameters

row
Index of the row to resize.
extra
Extra height to add to the row in pixels.
allCells
Whether to measure all cells or only the visible ones.

Return Value

The new row height in pixels.
See Also

Reference

GridPanel Class
GridPanel Members