Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » How to manipulate scrolling behavior?
How to manipulate scrolling behavior? [message #1234697] Wed, 22 January 2014 15:59
Joachim Fuchs is currently offline Joachim FuchsFriend
Messages: 34
Registered: February 2013
Member
Hi,

I desperately need some advice or hints.

I have a container that hosts a number of widgets, which represent data items. There can be plenty of them. To save resources (handles) I want to re-use the widgets. But the container itself shoud look like there are as many widgets as there are data objects. So I need to do some tricks with the scrollbar.

Until today I tried different approaches with a Composite or a ScrolledComposite. Both ways ended up without the final success because it seems that the scrollbars and the scroll behavior cannot be modified.

I even put a container over a scrolled composite by moveAbove(). It looked great (almost there!) but the scrolling via mouse wheel did not work anymore. Someone ate up the mouse events.

What can I do? Any help is appreciated!

J
Previous Topic:Moving elements in a custom widget
Next Topic:Spinner no setText
Goto Forum:
  


Current Time: Thu Apr 18 19:42:28 GMT 2024

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

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

Back to the top