The Delphi implementation of the TFlowPanel control lacks an important feature of the C # version, AutoScroll .
The C # control with AutoWrap= False and AutoScroll=True behaves like a horizontal scrollable list of controls.
How can I simulate the behavior of a C # version of a control?
Thanks Alin
PS I know that I can use TScrollBox to get this behavior, but TFlowPanel (in the TFlowPanel version) can significantly increase flexibility.
source share