Is there a way to center a tab panel after resizing the window it is in? An onMaximise or onRestoreDown action? The tabpanel size should not change.
I can center onShow no problems but cannot work out how to do it after resizing the window.
Thanks
Is there a way to center a tab panel after resizing the window it is in? An onMaximise or onRestoreDown action? The tabpanel size should not change.
I can center onShow no problems but cannot work out how to do it after resizing the window.
Thanks
Hi James,
Servoy 5.1 now has a onResize form event. That will do what you want.
Sweet. Works perfectly. Thanks