Skip to main content

TdxStatusBarPanel.Fixed Property

Specifies whether the width of a panel is fixed.

Declaration

property Fixed: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the Fixed property to specify whether the panel will be resized automatically when the user changes the width of the form or not be changed. Normally, you need one or several non-fixed panels on the status bar otherwise it could look odd when resized. Often developers prefer to make the rightmost panel resizable, while other panels remain fixed. However, that is not a rule and it depends on a particular application and its interface.

Another way of using the Width property is to lock the width of several panels. For example, it may be appropriate to lock the width of the keyboard state and indicator panels.

The default value of the Fixed property is True.

See Also