I've always been kind of baffled that Apple doesn't include any native UI for doing expand/contract (or show/hide) controls. This seems like a natural fit for a touch device
so I'd also really love to see a good example of how to accomplish this On Mon, Sep 12, 2011 at 10:44 PM, bamagrad03 <[email protected]> wrote: > 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 > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
