[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Scrollable Composite for multipage editor

Ok, I tried removing the setLayout() on ScrolledComposite. Now all I get
is an empty pane with a scrollbar; the Composite I created as a child of
ScrolledComposite and all the controls within that Composite don't appear
to be visible. When I add setLayout() back in, I now see the Composite and
all of its controls. It seems like I need to keep the setLayout() call.
Any idea why?