objective c - How I set the default position of a NSScroll view? -


i have trouble nsscrollview in aplication because start @ bottom of window. how make start in top?

try this:

nspoint pointtoscrollto = nsmakepoint (  ,  );  // point like. [[scrollview contentview] scrolltopoint: pointtoscrollto]; [scrollview reflectscrolledclipview: [scrollview contentview]]; 

Comments