Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Changing the color of the freeze grid line
Changing the color of the freeze grid line [message #1816987] Wed, 13 November 2019 12:30 Go to next message
Stefan T is currently offline Stefan TFriend
Messages: 4
Registered: November 2019
Junior Member
Hello everyone!

I would like to be able to change the color of the line/cross used by NatTable to indicate that the Table is frozen.

Having looked into it, it seems there is no obvious way to accomplish this.

Is this something that NatTable supports, and if so, how can I implement it?
Re: Changing the color of the freeze grid line [message #1817110 is a reply to message #1816987] Fri, 15 November 2019 15:05 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Yes NatTable is supporting this. And it is configurable via the ConfigRegistry

configRegistry.registerConfigAttribute(
        IFreezeConfigAttributes.SEPARATOR_COLOR,
        GUIHelper.COLOR_RED);


Not sure which version you are using and what you have looked into, but that feature exists for quite a while.
Re: Changing the color of the freeze grid line [message #1817193 is a reply to message #1817110] Mon, 18 November 2019 10:59 Go to previous message
Stefan T is currently offline Stefan TFriend
Messages: 4
Registered: November 2019
Junior Member
Awesome, thanks!
Previous Topic:Styling Grid : Windows OS Style
Next Topic:List view is not updated while filtering
Goto Forum:
  


Current Time: Wed Apr 24 22:02:35 GMT 2024

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

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

Back to the top