Android Question How to put circular progress bar in listview

Rams007

Member
I am 100% going to buy this software but have to wait 2 weeks till I get paid. Hope I can ask a couple of questions till then.

I would like to add a circular progress bar to a listview, I have the code for the PB but how would I add it so it's scrollable in the LV. I can position the PB through code but it's not scrollable.

I know there is addtwolinesandabitmap but I can't see how I would add the progress bar to this as it's not an image but a user control?
 

DonManfred

Expert
Licensed User
Longtime User
Ist is not possible with a Listview. Use xCustomListview instead. Here you have full control and also can add a circular progressbar
 
Upvote 0
Top