ComponentOne FlexGrid for UWP
AutoSizeFixedRow Method

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexGrid Class : AutoSizeFixedRow Method
Index of the row to resize.
Extra height to add to the row, in pixels.
Resizes a fixed row to fit its visible contents.
Syntax
'Declaration
 
Public Sub AutoSizeFixedRow( _
   ByVal row As System.Integer, _
   ByVal extra As System.Double _
) 
public void AutoSizeFixedRow( 
   System.int row,
   System.double extra
)

Parameters

row
Index of the row to resize.
extra
Extra height to add to the row, in pixels.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members