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