C1.Silverlight.FlexGrid.5
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

 

 


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