GrapeCity.Win.MultiRow Namespace > Template Class : Height Property |
<SRDescriptionAttribute("Indicates the height of the Sections in Template.")> <SRCategoryAttribute("Layout")> <LocalizableAttribute(True)> Public Property Height As Integer
[SRDescription("Indicates the height of the Sections in Template.")] [SRCategory("Layout")] [Localizable(true)] public int Height {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The specified value is less than 1. |
When the LayoutMode property's value is LayoutMode.TopToBottom, the value of this property is the total of all section's height. When the LayoutMode property's value is LayoutMode.LeftToRight, the value of this property is a single section's height.
Changing this property's value when the LayoutMode property is LayoutMode.TopToBottom has no effect.
Target Platforms: 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