What property would make window automatically stretch if I change size of display boxes within window?
I have GUI with multiple display boxes, some of them are Col List boxes that user can resize.When they do that, window would make scroll bars. I don't want scroll bars. I want window to resize automatically to fit everything. Just like any platform (Fit Y by X for instance, does).I can't find a combination of messages that would do that work... Can somebody point me in right direction? Update:Here...