In my application, I have NSTableViewin NSViewController, and NSArrayController- the content.
This works fine, however, when I go to some position of the table, terminate the application and restart it, it restores the last scroll position. I do not like this behavior, I want him to stay upstairs.
I tried setAutosaveTableColumnsNO in NSTableView, it seems this is not the option I need. He still works the old way.
Is there an option to disable this?
source
share