Returns the height of each item in the property grid.
Contains the height in pixels of each row in the property grid.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | Yes | No |
This value is calculated at runtime based on the FONT property.
// Get the row height of property items in the PRG_MAIN Property Grid // control rowHeight = Get_Property( @window : ".PRG_MAIN", "ROWHEIGHT" )
N/A