Tidy
Tidy
Do not allow KClient to tidy up the form by small movements of controls for aesthetic reasons. KCLient will only tidy forms if other options are also set
Enumerated type, possible values are:
Default | No changes |
---|---|
NoChange | No changes |
AdjustGroups | Move controls to allow for more space for group header |
Applies to: Form
Introduced in KCML version 6.90
The Tidy property controls how KClient can move controls around slightly to improve appearance. The default behaviour is do do nothing.
To control what changes KClient can make is determined by the form object method FixKCMLStyle which takes a parameter from the enumerated type _KCML_STYLE_PRETTY_ENUM which may be several values combined.
The Tidy property is used to define the behaviour for a specific form. If not set the Default value means NoChange for most forms and AdjustGroups for $LEGACYM forms.
If set to NoChange then KClient will not make any changes
If set to AdjustGroups then KClient will make changes as controlled by the FixKCMLStyle() method indicated above.