Log in

View Full Version : Control visibily - size



Xarxus
May 4th, 2023, 12:13
Here I am with another request.
Is there a way to make a control hide in case the window shrinks in size?
My need would be to only show a control if there is the full space it needs.

Moon Wizard
May 4th, 2023, 17:24
You'd have to manually handle that in the code by capturing the window onSizeChanged event; and using windowcontrol.setVisible based on your calculations.

Regards,
JPG