I have an NSCollectionView and have to disable its scrollview scrolling property so that it doesn't get reloaded on some specific condition and show user an alert if he tries to scroll.
Any delegate method which is called when a view is scrolled which can restrict scrolling and reloading of collection view data would help.
Thanks in advance.