Documentation for this section has not yet been entered.
The RowStyle.Height property will take on different meanings depending on the TableLayoutStyle.SizeType property. The following table describes the possible meanings of RowStyle.Height.
SizeType.Absolute |
The preferred row height in pixels (fractional portion ignored). |
SizeType.AutoSize |
Not applicable—the RowStyle.Height property is ignored. |
SizeType.Percent |
The preferred row height as a percentage of the containing table. |