Re: Moving SplitView Divider Position
Re: Moving SplitView Divider Position
- Subject: Re: Moving SplitView Divider Position
- From: Jens Alfke <email@hidden>
- Date: Wed, 21 May 2008 23:42:24 -0700
On 21 May '08, at 10:45 PM, Apparao Mulpuri wrote:
Is there any provision to change the NSSplitView divider position
programmatically(with out using mouse).
Yes, in 10.5:
- (void)setPosition:(CGFloat)position ofDividerAtIndex:
(NSInteger)dividerIndex;
You can do it in 10.4, but you have to use the Accessibility API to
adjust a property (sorry, I don't have any code handy that does this,
but I'm sure it's been discussed here in the past.)
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden