Excalibur Software PropertyList 3.0
DividerPlacement
Property DividerPlacement As PropDividerPlacements
Description
Returns/sets how the column divider is placed in the PropertyList.
These are the valid values for this property:
- expLongestItem (default) - The first column will extend
to fit the longest item name in the list.
- expForceCenter - The divider will be fixed in the center
of the PropertyList regardless of item length.
- expManualFixed - The placement of the divider is up to the
discretion of the developer. Use the DividerLeft
property to set the divider's position.
- expManualSizable - This style is the same as expManualFixed,
but also allows the end user to size the divider by dragging it
with the mouse.