Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

WidthPix Property, SftTreeRowHeaders Object

Defines the width of the row header area.

Syntax

Get

VB.NETWPix = object.WidthPix As Integer
VBWPix = object.WidthPix As Long
C#.NETint WPix = object.WidthPix;
VC++long WPix = object->WidthPix;
long WPix = object->GetWidthPix();
CHRESULT object->get_WidthPix(long* WPix);

Put

VB.NETobject.WidthPix = WPix As Integer
VBobject.WidthPix = WPix As Long
C#.NETint object.WidthPix = WPix;
VC++long object->WidthPix = WPix;
void object->PutWidthPix(long WPix);
CHRESULT object->put_WidthPix(long WPix);

object

A SftTreeRowHeaders object.

WPix

Defines the width of the row header area in pixels.

Comments

The WidthPix property defines the width of the row header area.

The RowHeaders.Width and WidthPix properties are synonyms, but may use different coordinate systems.

The WidthPix property is used to change the width of the row header and row/column header area.

The RowHeaders.OptimalWidth or RowHeaders.MakeOptimal methods can be used to calculate or define the optimal width for the row headers (and row/column headers). An optimal width allows all text and graphic components in the row headers to be displayed in their entirety, without being clipped.

See Also SftTreeRowHeaders Object | Object Hierarchy


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