JVCL Help:TJvPanel.ArrangeSettings

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Enables and controls automatic layout of components on the panel


Pascal

 propertyArrangeSettings: TJvArrangeSettings;


Description

These settings control how components are arranged on the panel. For Example, put components on the panel, *without* carefully aligning them. Set the ArrangeSettings properties, e.g. set the BorderLeft, DistanceHorizontal. Then set the ArrangeSettings.AutoArrange to true and the controls will be arranged.


About

Notes

Only works with TWinControl descendants, so will not work with TLabel for instance. Excellent for automatically arranging buttons on a panel, when the panel is likely to be resized.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page