Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MinWidthPix Property, SftTreeColumn Object

Defines the minimum width of this column.

Syntax

Get

VB.NETWPix = object.MinWidthPix As Integer
VBWPix = object.MinWidthPix As Long
C#.NETint WPix = object.MinWidthPix;
VC++long WPix = object->MinWidthPix;
long WPix = object->GetMinWidthPix();
CHRESULT object->get_MinWidthPix(long* WPix);

Put

VB.NETobject.MinWidthPix = WPix As Integer
VBobject.MinWidthPix = WPix As Long
C#.NETint object.MinWidthPix = WPix;
VC++long object->MinWidthPix = WPix;
void object->PutMinWidthPix(long WPix);
CHRESULT object->put_MinWidthPix(long WPix);

object

A SftTreeColumn object.

WPix

Defines the minimum width of this column in pixels.

Comments

The MinWidthPix property defines the minimum width of this column.

The Column.MinWidth and MinWidthPix properties are synonyms, but may use different coordinate systems.

The MinWidthPix property is used to change the minimum width of a column. The minimum column width must be less than or equal to the column's defined width. The column width can be defined using the Column.Width property. The minimum column width is only used to prevent the user from resizing the column and making it smaller than the defined minimum width.

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