osx - NSScrollView scrolling to the bottom of View -


in mac os ap development, have created form using different textfields inside scrollview. when load view, scrollview automatically scrolls bottom , every time need scroll view content starting. suggestions?

by default document view of scroll view has origin in lower left. true on os x. if prefer document view has origin in upper left, need custom view document view override of isflipped returning yes.

otherwise can save state , scroll area programatically.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -