GrapeCity.Win.MultiRow Namespace > Template Class : LayoutMode Property |
<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;}
RowXXX actually means ColumnXXX in the users view point.
For example:
ColumnXXX actually means RowXXX.
For example:
Some columns or rows stay the same.
For example:
By default, Ctrl+Up is set to MoveToFirstRow action. So, in ColumnMode, if the user press Ctrl + Up, the cell moves to the left most cell.
To avoid this problem, use code to reassign the shortcut keys in the Form.Load event using ShortcutKeyManager.Register and ShortcutKeyManager.Unregister methods.
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