Re: Custom table header scroll-bar bug
Re: Custom table header scroll-bar bug
- Subject: Re: Custom table header scroll-bar bug
- From: Keith Renz <email@hidden>
- Date: Sat, 20 Nov 2004 22:13:13 -0500
Davey,
You need to draw your own corner view to match your table's header
view. To do this, subclass NSView and override drawRect: to match your
header. Set your table view's corner view to your custom corner view
with:
[yourTableView setCornerView:yourCornerView];
Keith
_______________________________________________
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