Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Custom cell for TableView

$
0
0

Hi folks, I'm porting an iOS app (written in Xamarin) over to Windows phone, and I'm using Xamarin Forms (the plan being to hopefully bring all the code together). I'm struggling with a particular page though. The page in iOS uses MonoTouchDialog with various custom cells. The cell I want to implement consists of a label, a slider next to it and a progress wheel to the right of the slider. I implemented the progress wheel in iOS by deriving from UIView and doing some custom drawing. As the user moves the slider, the progress wheel gets filled, showing the slider percentage graphically.

On Windows phone, I'm planning on using a TableView. I've tried playing around with but I'm not sure how to handle the custom progress wheel. Should I use custom renderers and define my own special cell? Is it even possible to customise a single cell of a TableView with some 2D drawing?

Any help would be much appreciated.

thanks


Viewing all articles
Browse latest Browse all 58056

Trending Articles