try setting some background colors to see where the various view's bounds are. Works for me when I'm trying to debug stuff like this.
On Fri, Apr 6, 2012 at 23:11, MojoDK <[email protected]> wrote: > Hi, > > My cell is adding an image. But the indent of the image is depending on how > many lines there are .. like here... > > http://monotouch.2284126.n4.nabble.com/file/n4538421/LittleSnapper.png > > How can I make sure, that the image is always at the same position on the > left - no matter how many lines there are in the cell? > > I've tried ... cell.ImageView.Frame = New RectangleF(0 , 0, 64, 64); ... > that had no effect. > > Strange. > > Thanks, > Mojo > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Dialog-Cell-ImageView-indent-why-tp4538421p4538421.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 | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
