Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » controlling Table's scrollbars
controlling Table's scrollbars [message #465449] Tue, 13 December 2005 16:50 Go to next message
Eclipse UserFriend
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 09:48 Go to previous message
Eclipse UserFriend
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: Sun Nov 09 18:27:00 EST 2025

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

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

Back to the top