Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Resizable Property, SftTreeHeaders Object

Defines whether column headers can be resized by the user.

Syntax

Get

VB.NETStyle = object.Resizable As SftTreeResizeConstants
VBStyle = object.Resizable As SftTreeResizeConstants
C#.NETSftTreeResizeConstants Style = object.Resizable;
VC++enum SftTreeResizeConstants Style = object->Resizable;
enum SftTreeResizeConstants Style = object->GetResizable();
CHRESULT object->get_Resizable(enum SftTreeResizeConstants* Style);

Put

VB.NETobject.Resizable = Style As SftTreeResizeConstants
VBobject.Resizable = Style As SftTreeResizeConstants
C#.NETSftTreeResizeConstants object.Resizable = Style;
VC++enum SftTreeResizeConstants object->Resizable = Style;
void object->PutResizable(enum SftTreeResizeConstants Style);
CHRESULT object->put_Resizable(enum SftTreeResizeConstants Style);

object

A SftTreeHeaders object.

Style

Defines whether column headers can be resized by the user.

BooleanDescription
TrueColumn headers can be resized by the user.
FalseColumn headers cannot be resized by the user.

Comments

The Resizable property defines whether column headers can be resized by the user.

Individual columns can be locked in size by using the Header.Locked property.

See Also SftTreeHeaders Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.