C1.Silverlight.FlexGrid.5
AutoSizeRow Method (C1FlexGrid)

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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.