TdxLayoutDirectionalItem Class
In This Article
The base class for splitter layout items.
#Declaration
Delphi
TdxLayoutDirectionalItem = class(
TdxLayoutNonLabeledItem
)
#Remarks
Normally, splitter items are considered non-resizable items. However, a layout control allows you to enable sizing for these items via their SizeOptions.SizableHorz and SizeOptions.SizableVert options.
Do not use this class directly. Use its descendant instead.
#Inheritance
See Also