JVCL Help:TJvInspector.RelativeDivider

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines whether the divider bar is a percentage of the width or an absolute position.


Pascal

 propertyRelativeDivider: Boolean;


Description

RelativeDivider determines whether the value represented by the Divider property is an absolute position is pixels or a percentage of either the width of a band (UseBands set to True) or the control (UseBands set to False).
When RelativeDivider is set to True, the Divider property is percentage and the divider bar will adjust when the width of the band or control changes. The DividerAbs property will hold the calculated absolute position in pixels.
When RelativeDivider is set to False, the Divider property is an absolute position in pixels and the divider bar will remain at it's set position when the band or control is resized (although the bar will be adjusted if the minimum width to the right of bar becomes to small). The DividerAbs property will be the same as the Divider property.


See Also

TJvCustomInspector.BandWidth, TJvCustomInspector.Divider, TJvCustomInspector.UseBands


About

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