ComponentOne FlexGrid for WPF and Silverlight
AutoSizeRow Method (C1FlexGrid)

C1.WPF.FlexGrid Namespace > C1FlexGrid Class : AutoSizeRow Method
Index of the row to resize.
Extra height to add to the row, in pixels.
Resizes a row to fit its visible contents.
Syntax
'Declaration
 
Public Sub AutoSizeRow( _
   ByVal row As System.Integer, _
   ByVal extra As System.Double _
) 
public void AutoSizeRow( 
   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