TFlowPanel
From Lazarus wiki
Jump to navigationJump to search
│
English (en) │
suomi (fi) │
français (fr) │
日本語 (ja) │
русский (ru) │
TFlowPanel is a component that creates a panel that can contain 'flowing' other components (panels) in its ControlList on a form. A TFlowPanel is a descendant of TWinControl and is available under the Additional tab of the Component Palette. A TFlowPanel act as a visible container for other components that do not have a fixed position but can 'flow' as boundaries might change (due to window resizing or turning the display device).
A TFlowPanel with 6 other Tpanels dropped onto it.
The same flowpanel at runtime but resized. Panels flow to fill the accessible area. Use FlowStyle to determine the order that panels are to be flown.
See also