If your trying to re-size dynamically based on content, try hard-coding some value in and see if that works. I've ran into sizing issues where the frame of the content hadn't been initialized yet, so creating a new rectangle based on the content frame basically had a height and width of 0. You can also print the values out to your output window for troubleshooting... that's where I would start anyway.
----- There was only 1 trilogy -- View this message in context: http://monotouch.2284126.n4.nabble.com/UITableViewCell-auto-rowheight-tp4128340p4163274.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
