Hi Everyone,
I would like to use the ProgressBar like the SeekBar because the ProgressBar doesn't have a thumb a user can drag back and forth.
The SeekBar has a .max property so I can let the user know when something is finished but I would like to do this with a ProgressBar.
Since the ProgressBar doesn't have a .max property, can you tell me how to implement that type of functionality in my coding?
I could disable a SeekBar but that wouldn't look as nice as a ProgressBar.
Thanks.
I would like to use the ProgressBar like the SeekBar because the ProgressBar doesn't have a thumb a user can drag back and forth.
The SeekBar has a .max property so I can let the user know when something is finished but I would like to do this with a ProgressBar.
Since the ProgressBar doesn't have a .max property, can you tell me how to implement that type of functionality in my coding?
I could disable a SeekBar but that wouldn't look as nice as a ProgressBar.
Thanks.