Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Monaj

macrumors regular
Original poster
May 24, 2009
193
0
Hi all,

I have a small problem with NSTableView. When I am increasing height of a row in table, the text in it is aligned at top of row but I want to align it vertically centered!

Can anyone suggest me any way to do it ??

Thanks,

Monaj
 
Hi all,

I have a small problem with NSTableView. When I am increasing height of a row in table, the text in it is aligned at top of row but I want to align it vertically centered!

Can anyone suggest me any way to do it ??

Thanks,

Monaj

You could either use a subclass for the table column's cell or figure out a way to use a delegate method such as -tableView:willDisplayCell:forTableColumn:row:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.