Xceed Grid for WinForms v4.3 Documentation
AllowRepositioning Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > FixedColumnSplitter Class : AllowRepositioning Property
Gets or sets a boolean value indicating if the fixed column splitter can be moved allowing for fixed columns to be added or removed.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates if the fixed column splitter can be moved allowing for fixed columns to be added or removed.")>
<CategoryAttribute("Behavior")>
Public Property AllowRepositioning As Boolean
'Usage
 
Dim instance As FixedColumnSplitter
Dim value As Boolean
 
instance.AllowRepositioning = value
 
value = instance.AllowRepositioning
[Description("Indicates if the fixed column splitter can be moved allowing for fixed columns to be added or removed.")]
[Category("Behavior")]
public bool AllowRepositioning {get; set;}

Property Value

true if the fixed column splitter can be moved; false otherwise.
Remarks

When the fixed column splitter is moved to the left of one or more fixed columns, those columns become scrollable. If the splitter is moved to the right of a scrollable column, all the columns to the left of the splitter will become fixed.

The Position property can be used to determine the location of the fixed column splitter as well as to get the number of fixed columns.

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

FixedColumnSplitter Class
FixedColumnSplitter Members