FlexGrid for WinRT
AutoSizeFixedRows(Int32,Int32,Double,Boolean) Method

Index of the first row to resize.
Index of the last row to resize.
Extra height to add to the row, in pixels.
Whether to measure all cells, including those that are not currently visible.
Resizes a range of fixed rows to fit their content.
Syntax
'Declaration
 
Public Overloads Sub AutoSizeFixedRows( _
   ByVal startRow As System.Integer, _
   ByVal endRow As System.Integer, _
   ByVal extra As System.Double, _
   ByVal allCells As System.Boolean _
) 
public void AutoSizeFixedRows( 
   System.int startRow,
   System.int endRow,
   System.double extra,
   System.bool allCells
)

Parameters

startRow
Index of the first row to resize.
endRow
Index of the last row to resize.
extra
Extra height to add to the row, in pixels.
allCells
Whether to measure all cells, including those that are not currently visible.
Remarks
Setting the allCells parameter to true causes the grid to create and measure cell elements for the entire grid content, including rows and columns that are not currently visible. This option may be very time consuming if the grid contains a lot of data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGrid Class
C1FlexGrid Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback