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
Post a Comment