No problem. Setting your own delegate isn't hardcore - thats just how AppKit / iOS works. The Delegate (.NET version - TableView.Scrolled += etc) is just a nice .NET-ism which Xamarin provides. 90% of the time it works great. Now and again, you need to know what it's doing under the hood.
On 23 January 2013 20:07, vbisbest <[email protected]> wrote: > You are hard core Nic. I tried my own Element with iElementSizing, but that > failed miserably too. I tried your solution and it worked like a champ. > Thanks again! > > Ray > > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Monotouch-Dialog-Issue-with-UnevenRows-and-Scrolled-Event-tp4657998p4658001.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken b. http://www.fastchicken.co.nz/ _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
