[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: How to force scrollbars visible in a TableViewer?
|
Hi Dave, sorry for the late response,
There isn't a style that allows you to change this behaviour. There is
actually some inconsistency between the platforms on this issue (eg.- see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199441 for a request to change
OSX to stop behaving like what you're asking for).
It may be worth logging a bug with SWT requesting that this be made
consistent across the platforms one way or the other. If this can be done
then it may be possible to add api in the future to change this behaviour to
the opposite (scrollbars always visible <=> scrollbars visible iff needed).
Grant
"Dave " <shrimpburger@xxxxxxxxx> wrote in message
news:9a6708f67cc9b6c87e0efc0b0acfc145$1@xxxxxxxxxxxxxxxxxx
>
> Howdy,
>
> Scroll bars seem to appear in a TableViewer only when there are enough
> items in the TableViewer to make it scroll. Is there a way to force the
> scroll bars to be visible all the time? I've tried getting the scrollbars
> and setting the visible flag, but that doesn't seem to work.
>
> thanks,
>
>
> -dave
>
>