Version

HeightRule Property

Returns or sets the rule applied when calculating the Height of the associated row.
Syntax
'Declaration
 
Public Property HeightRule As System.Nullable(Of RowHeightRule)
public System.Nullable<RowHeightRule> HeightRule {get; set;}
Remarks

By default, the row height rule is 'Auto', unless a value is explicitly assigned to the Height property, in which case it defaults to 'Exact'. Explicitly assigning a value to the HeightRule property overrides this behavior.

Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub