[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Writing a Composite with widgets growing from bottom to top
|
Hi Erwin,
By "growing" do you mean laid out from bottom to top? If so, I don't think
that there's an existing layout that does this, but taking one and changing
it to do this may not be hard depending on its complexity. For example,
changing RowLayout's layoutVertical(...) method to process its children list
in reverse order may be all that's needed. Changing GridLayout would be
more complicated.
If I misunderstood your question then please follow up here, thanks.
Grant
"Erwin Margewitsch" <erwin.margewitsch@xxxxxxxxxxxxxx> wrote in message
news:f00de94fb0b0aed11490927c822dc825$1@xxxxxxxxxxxxxxxxxx
> Hi,
>
> I want to write a Composite with its Widgets (either buttons or canvas)
> growing from bottom to top. Can anybody tell me how to do this with SWT
> means?
>
> Kind Regards, Erwin
>