Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » controlling Table's scrollbars
controlling Table's scrollbars [message #465449] Tue, 13 December 2005 21:50 Go to next message
Ivan Bojer is currently offline Ivan BojerFriend
Messages: 28
Registered: July 2009
Junior Member
Is there a way to fine control table's scrollbar so that I can change the
behavior of it. For example I would like to block table scroll until user
releases the mouse button.
Re: controlling Table's scrollbars [message #465464 is a reply to message #465449] Wed, 14 December 2005 14:48 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
No there is not.

The only control you have over scrolling in Table is through Table.showItem,
Table.showColumn and Table.showSelection

You could place the Table inside a Composite with scrollbars - make the
Table as big as required to show all of its items and scroll around the
table with the Composite's scrollbars. In the Composite case, you have full
control over the scrolling. See ScrolledComposite for an example.

"Ivan B" <public@bojerco.com> wrote in message
news:cd7b5d963d073ffd3ffdad44d40f9cd9$1@www.eclipse.org...
> Is there a way to fine control table's scrollbar so that I can change the
> behavior of it. For example I would like to block table scroll until user
> releases the mouse button.
>
Previous Topic:SWT List/Text slow....
Next Topic:SWT running from BAT file
Goto Forum:
  


Current Time: Sat Dec 07 18:05:20 GMT 2024

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

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

Back to the top