Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryColumn.WidthPix Property

Defines the column's width in pixels.

Syntax

Get

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

Put

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

object

A SftDirectoryColumn object.

WidthPix

Defines the column's width in pixels.

Comments

The WidthPix property defines the column's width in pixels.

The last displayed column always uses all remaining display space and ignores the Width property.

The Column.MakeOptimal method can be used to determine and set the best width for a column.

See Also SftDirectoryColumn Object | Object Hierarchy


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