GrapeCity MultiRow Windows Forms Documentation
Height Property (Template)


Gets or sets the height of the Template in pixels.
Syntax
<SRDescriptionAttribute("Indicates the height of the Sections in Template.")>
<SRCategoryAttribute("Layout")>
<LocalizableAttribute(True)>
Public Property Height As Integer
Dim instance As Template
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
[SRDescription("Indicates the height of the Sections in Template.")]
[SRCategory("Layout")]
[Localizable(true)]
public int Height {get; set;}

Property Value

The height of the Template. The default is 620.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe specified value is less than 1.
Remarks

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.

Requirements

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

See Also

Reference

Template Class
Template Members

 

 


Copyright © GrapeCity, inc. All rights reserved.