Force subviews to stay in place during live resize
Force subviews to stay in place during live resize
- Subject: Force subviews to stay in place during live resize
- From: Zephyroth Akash <email@hidden>
- Date: Sat, 24 Oct 2009 14:42:31 +0200
I'm creating a view containing different subviews programmatically.
Like this:
1 - NSOutlineView
2 - NSView
3 - NSView
Added according to the choice made in NSOutlineView:
4 - NSView
5 - NSView
6 - NSView
The window is only resized in height.
The fact is that when 4, 5 and 6 are added and that the window resize,
1,2 and 3 don't stay in place during the animation.
They seem to be removed and then the animation show 6, 5, 4, 3, 2 and
1 ....
How can I do to force 1, 2 and 3 to stay where they are during the
live resize ?
A bit difficult to explain as I'm French thus If you want a video I
can make one later.
_______________________________________________
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