Good morning,
Could anyone tell me if it is possible to programatically move a control between PagePanel pages?
Thanks
Good morning,
Could anyone tell me if it is possible to programatically move a control between PagePanel pages?
Thanks
http://documentation.xojo.com/index.php/Control.PanelIndex
mycontrol.panelIndex = 2
Thank you!