GrapeCity MultiRow Windows Forms Documentation
LayoutMode Property


Gets or sets a value that indicate the section's flow direction.
Syntax
<DefaultValueAttribute()>
<SRCategoryAttribute("Layout")>
<LocalizableAttribute(True)>
<SRDescriptionAttribute("Indicates the section's flow direction.")>
Public Property LayoutMode As LayoutMode
Dim instance As Template
Dim value As LayoutMode
 
instance.LayoutMode = value
 
value = instance.LayoutMode
[DefaultValue()]
[SRCategory("Layout")]
[Localizable(true)]
[SRDescription("Indicates the section's flow direction.")]
public LayoutMode LayoutMode {get; set;}

Property Value

One of the LayoutMode values. The default is LayoutMode.TopToBottom
Remarks
When the template's LayoutMode is LayoutMode.LeftToRight, there are special policies compared to the common grid. Refer to the following list.
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.