Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Scrollbars In Views And Icons
Scrollbars In Views And Icons [message #468067] Mon, 03 August 2009 21:24
Kap Pak is currently offline Kap PakFriend
Messages: 52
Registered: July 2009
Member
Hello Guys,
I posted this question in the SWT newsgroup but i found out that it
was the wrong place to post it that is why am posting it here again. Sorry
for any inconveniences.

1)
I would like to add scroll bars around my views but they are not
working. I would like to scroll to the bottom to see the data but i don't
see the scroll bars; I did this and yet not working:

final SashForm sashForm = new SashForm(parent, SWT.BORDER |
SWT.SCROLL_PAGE | SWT.V_SCROLL);
sashForm.setOrientation(SWT.VERTICAL);
...
tv = new TreeViewer(sashForm, SWT.V_SCROLL);


2)
Where can i find the Eclipse icons to use them in my application.

Need help.

Thanks
Previous Topic:Confusing ComboBoxViewerCellEditor behavior
Next Topic:ITreeViewerListener.treeExpanded() not showing added child nodes
Goto Forum:
  


Current Time: Fri Apr 26 21:58:31 GMT 2024

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

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

Back to the top