MinWidth

Definition of the minimum width if the control size is defined as dynamic.

Maximum Width overwrites the calculated width, but Minimum Width overwrites Maximum Width.

MinWidth 1:

Learn how controls can be positioned and their size defined.

Schema: tchmi:framework#/definitions/MeasurementValue

Attribute getter

public getMinWidth(): number | null;

This function returns the currently set value for the MinWidth attribute.

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

number, null

The current value of the attribute.

Attribute setter

public setMinWidth(valueNew: number | null): void;

Parameter

Name

Type

Description

valueNew

number, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

MinWidth 2:

Available from 1.8