OnResize - BasicPanel
Sent every time a panel is resized
Type: Event
Syntax
Procedure OnResize
Description
The OnResize event message is sent every time a panel is resized. This message is only sent when the panel is active (paged on the screen). It is also sent when the panel is being paged. This message is most-often used to size and locate child objects when a panel has been paged or resized.
Procedure onResize
// locate and size child objects relative to the size of the parent
Broadcast Send Locate_yourself
End_procedure