Android Question B4XSeekBar value

Nitin Joshi

Active Member
Licensed User
Longtime User
Hi,
My project includes B4XSeekBar to set a particular value. My question is.....Do i need to add label to show the value set by user? or Can seekbar show the set value (Preferably above the dot)?
 

mangojack

Expert
Licensed User
Longtime User
My question is.....Do i need to add label to show the value set by user?

Yes ...

You might want to read this also ...

As for position ...knowing the SeekBars position , size & value , I don't think it would be to difficult to re-position the display label if needed.
 
Upvote 0
Top