NSMatrix in NSBox needs resizing
NSMatrix in NSBox needs resizing
- Subject: NSMatrix in NSBox needs resizing
- From: Nick Müller <email@hidden>
- Date: Wed, 20 Feb 2002 13:21:26 +0100
Hi,
I can't get the trick.
I do have a NSMatrix that is populated dynamicaly with cells. Around
that Matrix a NSBox (the matrix is grouped in an NSBox via IB).
OK, I have to resize the matrix with sizeToCells. Problem #1: This is
moving the matrix up, instead of keeping it's upper left corner.
I tried moving the upper left corner to it's original position, this
works as long as I resize the box with sizeToFit.
So what's the trick to resize the NSBox and the NSMatrix inside of the
box by keeping the upper left corner?
TIA,
Nick
_______________________________________________
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.