Skip to main content



      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 07:30 Go to next message
Eclipse UserFriend
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 10:05 Go to previous messageGo to next message
Eclipse UserFriend
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 05:59 Go to previous message
Eclipse UserFriend
Awesome, thanks!
Previous Topic:Styling Grid : Windows OS Style
Next Topic:List view is not updated while filtering
Goto Forum:
  


Current Time: Wed May 21 01:33:45 EDT 2025

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

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

Back to the top