If the screen resolution changes then you may wish to resize or reposition
the objects accordingly.
Since this is supposed to be a custom repositioning code, depending of
particular wanted behaviours, it is recommended that you set the automatic
repositioning in the “Relation” tab to “Disabled” for both horizontal and
vertical axis.
Example:
Sub System_OnScreenChange
Object.Width = System.ScreenWidth - 350
End Sub
Sub System_OnWorkareaChange
If the workarea changes (as result of screen resolution changes or taskbar
resize) you may want to resize or reposition the objects accordingly.
Since this is supposed to be a custom repositioning code, depending of
particular wanted behaviours, it is recommended that you set the automatic
repositioning in the “Relation” tab to “Disabled” for both horizontal and
vertical axis.
Example:
Sub System_OnScreenChange
Object.Width = System.ScreenWidth - 350
End Sub