VSFlexGrid Control > VSFlexGrid Properties, Events, and Methods > VSFlexGrid Properties > ClientHeight Property |
Returns the height of the control's client area, in twips.
val& = [form!]VSFlexGrid.ClientHeight
The ClientHeight and ClientWidth property are useful for setting column widths and row heights proportionally to the size of the control.
These properties return values that are slightly smaller than the control's Width and Height properties, because they discount the space taken up by the scrollbars and the control's borders.
Long