Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Resizable Property, SftTreeFooters Object

Defines whether column footers 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 SftTreeFooters object.

Style

Defines whether column footers can be resized by the user.

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

Comments

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

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

See Also SftTreeFooters 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.