Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxHeaders.Resizable Property

Defines whether column headers are resizable.

Syntax

Get

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

Put

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

object

A SftBoxHeaders object.

Style

Defines whether column headers are resizable.

StyleValueDescription
columnResizeSftBoxNone0The columns cannot be resized.
columnResizeSftBoxSingle1One column at a time can be resized.
columnResizeSftBoxMultiple2One or multiple columns can be resized at a time.

Comments

The Resizable property defines whether column headers are resizable.

Even if column resizing is allowed, individual columns can be locked using the Header.Locked property.

See Also SftBoxHeaders Object | Object Hierarchy


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