JVCL Help:TJvAutoSizePanel

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the possible ways the child controls of a panel can be auto arranged

run\JvPanel.pas


Pascal

 run\JvPanel.pas
 TJvAutoSizePanel = (
asNone,
asWidth,
asHeight,
asBoth
);


Members

Members Description
asNone Don't auto size neither width nor height
asWidth Auto size the width
asHeight Auto size the height
asBoth Auto size both width and height

run\JvPanel.pas


Description

TJvAutoSizePanel is the type of the AutoSize property of the TJvAutoArrange class. This property determines how a TJvPanel arranges child controls when auto arrange is active

run\JvPanel.pas


About

Navigation

no pages or subcategories

run\JvPanel.pas



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