HeaderPane
Main
Hide

SftTree/NET 3.0 - Tree Control for Windows Forms

Share Link
Print

Reorderable Property, FootersClass Class

Defines whether columns are reorderable using column footers.

Class: FootersClass
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public bool Reorderable { get; set; }
Public Property Reorderable As Boolean

Value

True if column footers can be used to reorder columns, otherwise False.

The default value is True.

Comments

Defines whether columns are reorderable using column footers.

Even if column reordering has been enabled for column footers in general, each column that is reorderable must be defined using the ColumnClass.Reorderable property. Further, individual columns can be prevented from being reordered by using the ColumnClass.KeepPosition property.

Column reordering is possible by dragging a column header or a column footer to a new position. Column reordering using column headers is defined using the HeadersClass.Reorderable property, column reordering using column footers is defined using FootersClass.Reorderable.

See Also FootersClass Class | Classes | SftTree/NET 3.0