When I use view-based NSTableView or NSOutlineView and try to scroll items using keyboard arrows, then selected item blinks each time the selection jumps to the new item (especially when newly selected item is out of the control view and wants to appears in view). It is ok with cell-based controls.
After some experiments I noticed that in view-based controls: selection at first jumps to the new item (out the view range and not visible now) and then view scrolls to ensure new selected item is visible. Background changes - white-blue-white-blue i.e blinks.
I need good advice how to avoid this annoying blinking. Thank to all!
PS. You can take this apple example and try to scroll down by keyboard in "Basic Table View Window" to see my problem: https://developer.apple.com/library/mac/samplecode/TableViewPlayground/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010727