Hi.
I have several AdvSmoothExpanderButtonPanels aligned with alTop on a ScrollBox.
Based on data to be shown I toggle the Visible property of the AdvSmoothExpanderButtonPanels. This affects the order of the AdvSmoothExpanderButtonPanels. In order to control this I have tried to first hide ALL (visible := false) the panels, and then show the specific once. For some reason the order they appear is not the order they have been shown (visible := true).
What is controlling this behavior / How can I control this behavior?
Petter