Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

CrossColumnResize Property, SftTree Object

Defines whether multiple columns can be resized in one resizing operation.

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

Syntax

Get

VB.NETBoolean = object.CrossColumnResize As Boolean
VBBoolean = object.CrossColumnResize As Boolean
C#.NETbool Boolean = object.CrossColumnResize;
VC++VARIANT_BOOL Boolean = object->CrossColumnResize;
VARIANT_BOOL Boolean = object->GetCrossColumnResize();
CHRESULT object->get_CrossColumnResize(VARIANT_BOOL* Boolean);

Put

VB.NETobject.CrossColumnResize = Boolean As Boolean
VBobject.CrossColumnResize = Boolean As Boolean
C#.NETbool object.CrossColumnResize = Boolean;
VC++VARIANT_BOOL object->CrossColumnResize = Boolean;
void object->PutCrossColumnResize(VARIANT_BOOL Boolean);
CHRESULT object->put_CrossColumnResize(VARIANT_BOOL Boolean);

object

A SftTree object.

Boolean

Defines whether multiple columns can be resized in one resizing operation.

BooleanDescription
TrueA user can make several columns invisible by continually resizing one column.
FalsePrevent a user from making more than one column invisible (by resizing it to a zero width).

Comments

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

The CrossColumnResize property defines whether multiple columns can be resized in one resizing operation.

See Also SftTree Object | Object Hierarchy


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