Feedback
Controls can be reordered at runtime
- Status
- Fixed
- Fixed in
- v26.8.6
- Source discussion
- https://forum.objo.dev/d/906-control-zorder-at-runtime
- Last updated
- 2026-08-29
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Controls added to a Window or another desktop container should support runtime z-order changes. Every Control will provide BringToFront(), MoveForward(), MoveBackward(), and SendToBack() so code-created overlays, backgrounds, and other dynamic interfaces can be stacked relative to their direct siblings without rebuilding the visual hierarchy.