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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to