Problem in scrolling a window.
Problem in scrolling a window.
- Subject: Problem in scrolling a window.
- From: Anoop <email@hidden>
- Date: Thu, 24 Aug 2006 20:17:03 +0530
Hi All,
I am having a view with scroller want to move my scroller with mouse
movement or with mouse down .But scroller is not moving please point out my
error.
I wrote
NSScrollView *enclosingScrollView = [self enclosingScrollView];
[enclosingScrollView scrollPoint:NSMakePoint(100.0,100.0)];
[enclosingScrollView setAutoresizesSubviews:YES];
[enclosingScrollView setNeedsDisplay:YES];
All suggestions are appreciated.
Thanks in Advance.
With Regards,
Anoop
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden