This may be a REALLY stupid question, but I'm trying to show more info in a
UITableViewCell/row when selected. The issue I'm having, is resizing it
since the height is controlled by GetHeightForRow, instead of a ".Height"
type property that could be set on the RowSelected override.

And there may be a more elegant solution than what I'm thinking of doing.
But basically I was going to do a custom UITableViewCell, set all the info
that would show after selected, and just hide it until selected. But upon
row selected, I'd simply increase the height of the cell to expose the info.

Here's an example (the last image in the sample screens):
http://itunes.apple.com/us/app/fantasy-football-draft-monster/id451545140?mt=8

Any help would certainly be appreciated.

Thanks!

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/How-to-resize-cell-after-row-is-selected-tp3809143p3809143.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to