Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Vertical TabFolder/TabItem
Vertical TabFolder/TabItem [message #429512] Mon, 08 March 2004 17:30 Go to next message
Greg Roberts is currently offline Greg RobertsFriend
Messages: 88
Registered: July 2009
Member
Is there a way I can create a TabFolder (w/ TabItem's) that is vertical.
I currently have a view at the top of the perspective with TabItems in it
and they are from left to right.
I also want to be able to have this view be on the left or the right of
the perspective and thus need to be able to make my TabFolder VERTICAL,
and all the TabItems go from top to bottom.

Adjusting the layout does not create this behavior.

Thank you,
Greg
Re: Vertical TabFolder/TabItem [message #644577 is a reply to message #429512] Mon, 13 December 2010 10:54 Go to previous messageGo to next message
cn.fred is currently offline cn.fredFriend
Messages: 27
Registered: July 2010
Location: China
Junior Member
The SWT TabFolder only supports the style flags SWT.TOP and SWT.BOTTOM to arrange the TabItems either above or below the content. There is no vertical TabFolder in SWT and thus this won't be possible in RAP, too.

Re: Vertical TabFolder/TabItem [message #644609 is a reply to message #644577] Mon, 13 December 2010 13:04 Go to previous message
Lakshmi P ShanmugamFriend
Messages: 279
Registered: July 2009
Location: India
Senior Member
There is an enhancement request open to support this style in CTabFolder (custom tabfolder used by eclipse views) --> https://bugs.eclipse.org/bugs/show_bug.cgi?id=58945. If you like, you can add your vote to the bug.

Lakshmi P Shanmugam
Previous Topic:Browser - Progress and Location Events on top.location.reload
Next Topic:Latency when refresh a Tree with many elements
Goto Forum:
  


Current Time: Fri Apr 26 17:33:54 GMT 2024

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

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

Back to the top