GrapeCity MultiRow Windows Forms Documentation
Width Property (Section)


Gets or sets the current width of the Section.
Syntax
<LocalizableAttribute(True)>
<SRCategoryAttribute("Layout")>
<SRDescriptionAttribute("Indicates the width of the Section.")>
Public Property Width As Integer
Dim instance As Section
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
[Localizable(true)]
[SRCategory("Layout")]
[SRDescription("Indicates the width of the Section.")]
public int Width {get; set;}

Property Value

A System.Int32 value that represents the width, in pixels, of the Section. The default is 80.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe specified value is less than 1.
System.InvalidOperationExceptionThe GcMultiRow control is in runtime when setting this property.
Remarks
Changing this property's value when the Template.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

Section Class
Section Members

 

 


Copyright © GrapeCity, inc. All rights reserved.