Re: enlarging an NSScrollView
Re: enlarging an NSScrollView
- Subject: Re: enlarging an NSScrollView
- From: Matt Gemmell <email@hidden>
- Date: Sat, 21 Jun 2003 01:53:25 +0100
On 20/6/03 at 10:35 am, arekkusu said:
>
NSSize size = [scroll frame].size;
>
size.height += 20;
>
[scroll setFrameSize: size];
>
>
will leave a big gaping hole at the bottom of the scrollbar? Why is
>
the NSScroller not send the same recalc/redraw message in both cases?
Maybe try sending [scroll display] right after you set the new
frame-size.
Cheers,
-Matt
--
Matt Gemmell
Scotland Software
http://www.scotlandsoftware.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.