I'm trying to scale the content within a UITableView. I have a UITableViewDelegate defined and I have a UITableViewDataSource. It seems that the overridden GetHeightForRow method in my UITableViewDelegate is being called before the GetCell method of the UITableViewDataSource. Because of this, it appears I need to do some calculation on the content that I am trying to put into the content of my cell to guess the height of a UILabel before I actually put the content into the label. Does this sound accurate? Wally
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
