Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Problem of layouts in View component
Problem of layouts in View component [message #452093] Mon, 14 March 2005 15:35 Go to next message
daren is currently offline darenFriend
Messages: 10
Registered: July 2009
Junior Member
Currently I am using gridLayout to manage the whole layout structure of my
View component. But I realize that the layout has to be more complicated
than just having a single grid strcture with a certain number of columns.
For example, I may need a rowlayout at the top, and then a stacklayout in
the middle, and at the bottom another diff layout. How do I support
multiple layouts in a single view?
Re: Problem of layouts in View component [message #452168 is a reply to message #452093] Mon, 14 March 2005 22:25 Go to previous message
Henning Rogge is currently offline Henning RoggeFriend
Messages: 148
Registered: July 2009
Senior Member
daren schrieb:
> Currently I am using gridLayout to manage the whole layout structure of
> my View component. But I realize that the layout has to be more
> complicated than just having a single grid strcture with a certain
> number of columns. For example, I may need a rowlayout at the top, and
> then a stacklayout in the middle, and at the bottom another diff layout.
> How do I support multiple layouts in a single view?

Each composite can have it's own Layout... so just stack three
composites into your "master"-composite...
Previous Topic:CTabFolder.setTopRight() with a ToolBar
Next Topic:Deep Trees
Goto Forum:
  


Current Time: Thu Apr 25 16:13:40 GMT 2024

Powered by FUDForum. Page generated in 0.04488 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top