Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryColumn.MinWidth Property

Defines the column's minimum width.

Syntax

Get

VB.NETWidth = object.MinWidth As Single
VBWidth = object.MinWidth As Single
C#.NETfloat Width = object.MinWidth;
VC++float Width = object->MinWidth;
float Width = object->GetMinWidth();
CHRESULT object->get_MinWidth(float* Width);

Put

VB.NETobject.MinWidth = Width As Single
VBobject.MinWidth = Width As Single
C#.NETfloat object.MinWidth = Width;
VC++float object->MinWidth = Width;
void object->PutMinWidth(float Width);
CHRESULT object->put_MinWidth(float Width);

object

A SftDirectoryColumn object.

Width

Defines the column's minimum width. The units used depend on the container (Visual Basic, Visual C++, etc.) and the coordinate system used.

Comments

The MinWidth property defines the column's minimum width.

If a minimum width is specified, the end-user cannot use column resizing to make the column smaller than the specified width.

The MinWidthPix property can be used to define the column's minimum width using pixels.

See Also SftDirectoryColumn Object | Object Hierarchy


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