Skip to main content



      Home
Home » Eclipse Projects » NatTable » How to disable the empty vertical scrollbar painting(if no row data is defined)
How to disable the empty vertical scrollbar painting [message #1801667] Thu, 24 January 2019 07:55 Go to next message
Eclipse UserFriend
How to disable the empty vertical scrollbar if no row data is defined? In this case an empty vertical scrollbar is painted.

Any idea how the vertical scrollbar can be hidden in this case ? I tried following without success:

natTable.getVerticalBar().setVisible(false);
natTable.getHorizontalBar().setVisible(false);

Example to reproduce: _5111_ColumnGroupingExample.java and set the number of persons to 0.
Re: How to disable the empty vertical scrollbar painting [message #1801696 is a reply to message #1801667] Thu, 24 January 2019 15:27 Go to previous messageGo to next message
Eclipse UserFriend
This is a regression introduced with the fix for

Bug 538321 - [Freeze] Scrollbar should not vanish if window size is change

I corrected it so it should work correctly again with the latest SNAPSHOT by still having the original fix in the freeze usage
Re: How to disable the empty vertical scrollbar painting [message #1801739 is a reply to message #1801696] Fri, 25 January 2019 07:25 Go to previous message
Eclipse UserFriend
Thank you so much.
Previous Topic:ComboBox Multiselect/Use Checkbox question
Next Topic:ColumGroupHeader-Styling Issue
Goto Forum:
  


Current Time: Sun May 18 03:47:30 EDT 2025

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

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

Back to the top