I have an application with multiple tables displaying string type data. While the application is active, in some of the tables, the cells highlight/outline in yellow (see image, last cell 'Local Flaps Sig') when mouse is moved over the cell. How do I enable/disable this feature?
I have looked at this thread. Following this will disable the Tips for the entire application, which is not my desired outcome.
I am trying to control these tips (highlighting) for the table cells. Half of my tables display highlighted cells when moused over and the other tables do not.
Any control property can be set through a property node. The closest thing I can find to disable Tool Tips on a single control, would be setting the TipStrip value of a Property Node to be blank. Otherwise you'll need to disable Tool Tips on the entire VI per the previous post.