UpdateSize Method (C1FlexGridRowDetail)
Used to update size of the control.
'Declaration
Public Overridable Sub UpdateSize( _
ByVal As C1FlexGrid, _
ByVal As Integer, _
ByVal As Size _
)
Parameters
- parentGrid
- FlexGrid which displays detail control.
- rowIndex
- Index of parent detail row.
- proposedSize
- The proposed size for the detail control.