Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » horizontal scroll bar visible on linux
horizontal scroll bar visible on linux [message #463227] Tue, 01 November 2005 14:32 Go to next message
Sachin Patel is currently offline Sachin PatelFriend
Messages: 75
Registered: July 2009
Member
I'm defining a table as such...

table = new Table(composite, SWT.BORDER | SWT.FULL_SELECTION
| SWT.V_SCROLL | SWT.SINGLE);

I do not want the horizontal scroll bar to show. On windows it doesn't,
however on linux it does.

How can I ensure that the horizontal scroll bar is not displayed on an
empty table?

Thanks

Sachin
Re: horizontal scroll bar visible on linux [message #463407 is a reply to message #463227] Fri, 04 November 2005 19:59 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
Scroll bar display policy is platforms specific. If the platform decides to
show a scroll bar, it will.

"Sachin Patel" <sppatel2@gmail.com> wrote in message
news:dk7u9c$l88$1@news.eclipse.org...
> I'm defining a table as such...
>
> table = new Table(composite, SWT.BORDER | SWT.FULL_SELECTION
> | SWT.V_SCROLL | SWT.SINGLE);
>
> I do not want the horizontal scroll bar to show. On windows it doesn't,
> however on linux it does.
>
> How can I ensure that the horizontal scroll bar is not displayed on an
> empty table?
>
> Thanks
>
> Sachin
Previous Topic:Tooltips not visible for disabled toolbars
Next Topic:How to change the image of the checkbox in the checked table
Goto Forum:
  


Current Time: Thu Apr 25 12:22:40 GMT 2024

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

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

Back to the top