Reply To: Order of Status Panel Panes at Runtime.

#1335
Ray Konopka
Keymaster

    The TRzStatusBar uses the standard alignment functionality built into the VCL. In older versions of Delphi, at design-time, there used to be situations where the actual position of the control can change if its left (or top) edge overlaps the left (or top) edge of another control as a result of the bounding size of the parent control changes to become too small.

    However, I don’t believe this is still true for more recent versions of Delphi. Is your app doing anything in code to position the controls, set constraints, restore form size, etc?

    I’ve tried to duplicate what you are describing, but so far I have not been able to.

    Ray