C1.Win.FlexGrid Namespace / C1FlexGridRowDetail Class / UpdateSize Method
FlexGrid which displays detail control.
Index of parent detail row.
The proposed size for the detail control.

In This Topic
UpdateSize Method (C1FlexGridRowDetail)
In This Topic
Used to update size of the control.
Syntax
'Declaration
 
Public Overridable Sub UpdateSize( _
   ByVal parentGrid As C1FlexGrid, _
   ByVal rowIndex As Integer, _
   ByVal proposedSize As Size _
) 
 

Parameters

parentGrid
FlexGrid which displays detail control.
rowIndex
Index of parent detail row.
proposedSize
The proposed size for the detail control.
Remarks
This method can be overridden in the derived class to apply custom update size behavior of C1FlexGridRowDetail control.
See Also