Skip to main content



      Home
Home » Eclipse Projects » Platform - User Assistance (UA) » ScrollBar in a composite(How to insert a scrollbar in a composite)
icon9.gif  ScrollBar in a composite [message #683242] Mon, 13 June 2011 06:21 Go to next message
Eclipse UserFriend
Hi,
I'm creating an eclipse plugin.
In the wizard I've a composite and I need insert a ScrollBar...Can anyone help me?
Please it is very important... Sad
Thanks
Re: ScrollBar in a composite [message #684588 is a reply to message #683242] Wed, 15 June 2011 17:30 Go to previous message
Eclipse UserFriend
When you create the composite you can add flags which will enable horizontal and vertical scrollbars as follows.

Composite composite = new Composite(parent, SWT.H_SCROLL | SWT.V_SCROLL);

This is not the best forum for asking SWT questions but that was an easy one.
Previous Topic:How to use org.eclipse.ui.decorators location=REPLACE?
Next Topic:(no subject)
Goto Forum:
  


Current Time: Tue Jun 17 17:33:30 EDT 2025

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

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

Back to the top