I have a frame containing multiple widgets. The number of widgets can vary at runtime. I want this frame to be scrollable only if the number of widgets goes beyond a certain value, or alternatively, add a scrollbar if the size of the frame goes beyond the maxsixe of the parent. Is there a way of doing this?
If I use the Scrolled method to create the Frame, and specify 'oe' for -scrollbars option, can I configure when the 'optional' takes effect?