The Row Height or Header Height property controls the height of all of the rows or the header in the table.
Property Type: Static
Default Value: 0
Hierarchical Reference: ControlName.RowHeight
Hierarchical Reference: ControlName.HeaderHeight
The default value of the property can be changed by:
A rule can also be built for this property by changing the type to dynamic.
See How To: Change A Static Property To A Dynamic Property.
Row or Header Height Property Value (static) | Result |
---|---|
0 | The default value 0 will auto-size the header or each row based upon the font size. |
30 | Sets the height of the header or each row to be 30 pixels. |
Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.