THorizontalStackPanel

TStackPanel that lays out its controls horizontally

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TControlVisual user interface element that can react to user input.
4TPanelBase class for a TControl that contains other controls.
5TOpaquePanelTPanel that fills its background with Style.PanelBackground
6TStackPanelPanel that lays out control adjacent to each with InterControlSpace between each two controls
7THorizontalStackPanel

Source

UserInterface.Control.Panel.Stack.pas (51)

Description

Child controls are sized to their preferred widths and the height of the panel.

Methods

ScopeVisibilityResultNameDescription
InstancepublicLayoutControls()
InstancepublicTInteger32SizeGetPreferredSize(AvailableSize: TInteger32Size)