SizeType

[property icon] SizeType

Specifies whether the pane's width is absolute or a proportion of the form width

Enumerated type, possible values are:

Proportional Width is a proportion of the form width
Absolute Width is an absolute number of dialog units

Applies to: Status

Introduced in KCML version 7.00


>SizeType

SizeType

This property is used to specify how a status bar pane is sized.

If set to the default of Proportional the pane will be sized relative to the width of the form. The width of the pane will be in proportion to the other proportionally sized panes on the status bar.

If set to Absolute the width of the pane is a fixed number of Dialog Box Units and the pane does not resize with the form.

Proportionally sized panes will stretch to fit the space left by the Absolute sized panes.

In this example the third pane has a fixed size of 100 dialog units. Of the remaining width pane1 will occupy three quarters and pane 2 will occupy one quarter.

.pane1.Width = 75 
.pane2.Width = 25
.pane3.SizeType = &.Absolute
.pane3.Width = 100

See also

Status methods, properties and events.