Notifications
Clear all

[Closed] User scale'able rollout?

How would you go about making a rollout that can be scaled directly by the user (via placing the mouse over the borders and dragging)? I thought it would just be a simple setting, but am not seeing it anywhere in the docs…

1 Reply

Under “CreateDialog” in the help file.


 [i]on[/i] <Rollout> [i]resized[/i] <Point2> [i]do[/i] 
 

but you have to add a code that will rearange the controls(change position and/or size) when the rollout is resized by the user.