Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 12:55 Go to next message
Hilger Steenblock is currently offline Hilger SteenblockFriend
Messages: 16
Registered: June 2016
Junior Member
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 20:27 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
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 12:25 Go to previous message
Hilger Steenblock is currently offline Hilger SteenblockFriend
Messages: 16
Registered: June 2016
Junior Member
Thank you so much.
Previous Topic:ComboBox Multiselect/Use Checkbox question
Next Topic:ColumGroupHeader-Styling Issue
Goto Forum:
  


Current Time: Wed Apr 24 17:19:06 GMT 2024

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

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

Back to the top