[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: How to automatically resize?
|
- From: mirko@xxxxxxxxxx (Mirko Buhle)
- Date: Thu, 17 Jul 2003 09:39:13 +0000 (UTC)
- Newsgroups: eclipse.platform.swt
- Organization: http://news.eclipse.org
- User-agent: NewsPortal/0.25 (http://florian-amrhein.de/newsportal/)
Steve Northover wrote:
> Use a Layout?
> "Mirko Buhle" <mirko@xxxxxxxxxx> wrote in message
> news:bemjq1$shl$1@xxxxxxxxxxxxxx
> > I added an own composite to another own composite.
> > If i resize the composite where i have added the other one the
> > other composite doesn't resize.
> >
> > What i have to do if the added composite should also resize?
> >
> >
I have solved my Problem by changing from FormLayout to GridLayout.