Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Scrollbars won't appear
Scrollbars won't appear [message #463386] Fri, 09 February 2007 21:08 Go to next message
Jim Goodwin is currently offline Jim GoodwinFriend
Messages: 16
Registered: July 2009
Junior Member
Folks,

I have a SWT Group, which I create with SWT.V_SCROLL:

Group allocationGroup = new Group(taskComposite, SWT.V_SCROLL);

No scrollbar appears. What else does one have to do? Group inherits
from Scrollable, so I assume SWT.V_SCROLL is defined for it and should
work; is that an incorrect assumption?

Is this even the right newsgroup for SWT questions that don't concern RCP?

/jim
Re: Scrollbars won't appear [message #463388 is a reply to message #463386] Fri, 09 February 2007 21:48 Go to previous messageGo to next message
Paul E. Keyser is currently offline Paul E. KeyserFriend
Messages: 878
Registered: July 2009
Senior Member
Probably you'll get more traction over on eclipse.platform.swt ...

Paul
Re: Scrollbars won't appear [message #463392 is a reply to message #463388] Fri, 09 February 2007 22:45 Go to previous messageGo to next message
Jim Goodwin is currently offline Jim GoodwinFriend
Messages: 16
Registered: July 2009
Junior Member
Paul Keyser wrote:
> Probably you'll get more traction over on eclipse.platform.swt ...
>
> Paul
Thanks. I looked for that and couldn't find it...
Re: Scrollbars won't appear [message #463394 is a reply to message #463392] Sat, 10 February 2007 09:14 Go to previous message
Stefan Zugal is currently offline Stefan ZugalFriend
Messages: 59
Registered: July 2009
Member
I'm not sure whether groups are scrollable.
Composite extends Scrollable too, but it is not scrollable, otherwise
there would be no need for the ScrolledComposite class, I guess.

Anyway you could try to put a ScrolledComposite inside your group.

HTH,
Stefan

Jim Goodwin schrieb:
> Paul Keyser wrote:
>> Probably you'll get more traction over on eclipse.platform.swt ...
>>
>> Paul
> Thanks. I looked for that and couldn't find it...
Previous Topic:Views in stack
Next Topic:TreeColumn variable width
Goto Forum:
  


Current Time: Sat Oct 05 15:33:30 GMT 2024

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

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

Back to the top