public class MyImageStringElement : StringElement, IElementSizing {

 public virtual float GetHeight (UITableView tableView, NSIndexPath
indexPath)

 {
System.Diagnostics.Debug.WriteLine("juhu");
return 500;
}

......

}

*GetHeight is never called in this implementation:*


public partial class MyTestControllerDialog : DialogViewController

{

 Section suchsection;

 public MyTestControllerDialog () : base (UITableViewStyle.Grouped,null,true
)

 {

  suchsection= new Section ("Suchergebnisse"){

  } ;

 Root = new RootElement ("SearchControllerDialog") {

  suchsection,

 } ;

}


I am using MOnotouch.dialog, newest version from GIT; has anybody got an
idea?
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to