NSTableView and custom column header

243 Views Asked by At

In my DBGrid (in Windows) I have this:

1. When the mouse cursor is above the column header OR the filter is active - filter' icon is visible:

1

2. When the mouse cursor is outside the column header AND the filter is empty - filter' icon is invisible:

2

3. And when the mouse cursor is outside the column header BUT the filter is active (filled by something) - filter' icon is visible:

3

How to do something like that for NSTableView?

0

There are 0 best solutions below