Columns with diminishing number of rows?
Columns with diminishing number of rows?
- Subject: Columns with diminishing number of rows?
- From: Jyrki Wahlstedt <email@hidden>
- Date: Fri, 11 Apr 2003 13:12:39 +0300
Hi,
I would like to get advice on this: I'd like to build a table, in which
the number of rows in each column is different, specifically so that
the first column has 2^n rows (n is not great, at most six), the next
column 2^(n-1) etc. and the last column just one row (this limits the
maximum number of columns also). I had a quick look at the
documentation and it seems there is no easy way to do this, at least
NSTableView doesn't seem to have a way to set row height columnwise.
Could this be done with NSBrowser setting a different matrix for each
column (each matrix would of course have different characteristics,
especially row height)? Does this make any sense at all? If someone has
worked through something alike, I would be grateful of help or even
some sample code showing the way!
!
! Jyrki Wahlstedt
! Sammonkatu 10 B 13 mob. +358-40-502 0164
! FI-87100 Kajaani
!
! Our life is no dream; but it ought to become one and perhaps will.
_______________________________________________
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.