Progress bar maximum value

droidman

Member
Licensed User
Longtime User
so in vb and .net we have the progressbar.max, if i want my app to depend on a list size and that list size is 1000 and i only have up to 100 on basic4android, how do i get from 1 to 1000 without using percentage?
is there a method or library i dont know about? i tried max and Maximum and none worked. :sign0104:
 

kickaha

Well-Known Member
Licensed User
Longtime User
Is that referring to the list2.AddAll, if it does try list2.Add (.....

Going out for a few hours, I will re-run it when I get back as I had it working fine!
 
Upvote 0
Top