Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ReorderColumns Property, SftTree Object

Defines whether columns can be reordered using column drag & drop.

Deprecated - Provided for compatibility with earlier versions only - Use Headers.Reorderable instead

Syntax

Get

VB.NETBoolean = object.ReorderColumns As Boolean
VBBoolean = object.ReorderColumns As Boolean
C#.NETbool Boolean = object.ReorderColumns;
VC++VARIANT_BOOL Boolean = object->ReorderColumns;
VARIANT_BOOL Boolean = object->GetReorderColumns();
CHRESULT object->get_ReorderColumns(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ReorderColumns = Boolean As Boolean
VBobject.ReorderColumns = Boolean As Boolean
C#.NETbool object.ReorderColumns = Boolean;
VC++VARIANT_BOOL object->ReorderColumns = Boolean;
void object->PutReorderColumns(VARIANT_BOOL Boolean);
CHRESULT object->put_ReorderColumns(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether columns can be reordered using column drag & drop.

BooleanDescription
TrueColumns can be reordered by the user.
FalseColumns cannot be reordered by the user.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Headers.Reorderable instead

The ReorderColumns property defines whether columns can be reordered using column drag & drop.

Even if column reordering has been enabled using the ReorderColumns property, individual columns can be prevented from being reordered by using the Header.KeepPosition property.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.