Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Remove hover highlight from table
Remove hover highlight from table [message #1705856] Wed, 19 August 2015 13:50
Sorin Carbunaru is currently offline Sorin CarbunaruFriend
Messages: 4
Registered: July 2015
Junior Member
I have a table with several lines and columns. The table is created like this:

Table table = new Table(parent, SWT.BORDER | SWT.V_SCROLL | SWT.HIDE_SELECTION);


My problem is that when hovering over the cells from the first column of the table, they get highlighted. I don't want this to happen. I don't want any highlight on mouse hover. Can this be obtained? I couldn't find any helpful suggestion on the Web.

[Updated on: Wed, 19 August 2015 13:51]

Report message to a moderator

Previous Topic:Is there a way to get context image from Composite?
Next Topic:how to get SWT version in program?
Goto Forum:
  


Current Time: Thu Apr 25 15:34:43 GMT 2024

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

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

Back to the top