Hello!
I am digging a lot recently in compositional layout and I wanted to "merge" scrolling views with other collection view, but the issue is NSCollectionView has a NSScrollView instance for whole view and one instance per section (with continuous scrolling behavior). The question is how can I reach those scroll views that are holding sections? Can I subclass it or listen for mouse events without breaking basic functionality?
I am building app in Swift, but I can jump into Obj-C land if I have to.