Hi there, I am wondering whether there is an alternative to the 'visible' property of a component - which really 'removes' the component from the scene.
I am having two panels and I want to be able to resize the first one to 100% when I 'hide' the second. Property visible works but I have to manually (and dynamically) change the width of my first panel to 100% whereas in the same time set the 2nd panel into 0%. Is there any workaround for this? Or is my resizing the only solution? thanks, George

