-1

I want the default behavior (no d&d) without needing a modifier key. But changing the selectionHighlightStyle to NSTableViewSelectionHighlightStyleSourceList or using the view in an NSSplitViewItem sidebar alters this behavior, requiring an additional modifier key for multi-selections.

I tried custom handling of mouse events combined with delegate selection handling, achieving promising results. I.e. The resulting selection is as desired. But that now interferes with keyboard navigation for changes after that (unexpected internal state?).

Now, before I try custom key event handling as well, isn't there a (much) simpler solution, an overlooked option or even a hack, to restore this behavior?

Thanks!

Yansen13
  • 9
  • 2
  • I don't think there is a simple solution other than not using `NSTableViewSelectionHighlightStyleSourceList`. – Willeke Aug 26 '23 at 08:47

0 Answers0