|
TAutoPanel
component |
TAutoPanel:
= class(TCustomPanel)
Allow to change size and position of child components when changing
a size of AutoPanel (see ScreenShot).
Added 4 property
property
AutoChildPosLeft : Boolean;
// Indicates whether the left position of child components will be changed when
changing a size of panel
property
AutoChildPosTop : Boolean;
// Indicates whether the top position of child components will be changed when
changing a size of panel
property
AutoChildWidth : Boolean;
// Indicates whether the width of child components will be changed when changing
a size of panel
property
AutoChildHeight : Boolean;
// Indicates whether the height of child components will be changed when changing
a size of panel