Hi Sandro, > Ok, but to achieve an effect like this how can i do ? > For example, can i set a text field to 80% of its container, so i i > enlarge the window (and the container), also text field will be > stretched ? Or maybe this could be applied to a Form containing all > elements ... > Or is this a case not so common, so it's not handled ?
I already do this in my application using TablePane for the layout and a combination of size to fit ( -1 ) and relative sizes. Cheers, Scott.
