[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Scrollable Composite for multipage editor
|
- From: rstevens@xxxxxxxxxx (Rick Stevens)
- Date: 20 Apr 2001 11:09:04 GMT
- Newsgroups: eclipse.tools
- Organization: http://www.eclipsecorner.org
- User-agent: NewsPortal 0.23
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?