NSBrowser matrix question
NSBrowser matrix question
- Subject: NSBrowser matrix question
- From: Michael Dupuis <email@hidden>
- Date: Tue, 30 Oct 2001 23:03:58 -0500
I've implemented the createRowsForColumn delegate method for my
NSBrowser. In the matrix, I'm setting the cell size to be something
bigger than the default, say to the default width and a new height
of 34.
When my NSBrowser cells display, the image I'm using in the cell
displays centered correctly in the cell. The NSBrowserCell branch
image is also displayed in the center of the new height. However, I
can't find a way to get the text of the NSBrowserCell to be
displayed centered. It remains where is was by default, which with
the new cell size is incorrect, it's now stuck at the top.
Does anyone know how to get the text centered the way the two
images are?
Thanks
Michael