[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: How to automatically resize?

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.