Feedback
Add PagePanel.RemoveControlFromPanel
- Status
- Fixed
- Fixed in
- v26.6.2
- Source discussion
- https://forum.objo.dev/d/277-pagepanel-remove-control
- Last updated
- 2026-06-07
Public summary
Add PagePanel.RemoveControlFromPanel(index As Integer, control As Control) so apps can remove one control from a specific PagePanel panel without removing the whole panel. This complements the existing AddControlToPanel API and lets dynamic multi-page layouts detach and reuse controls cleanly.