Hello all.
How to set a text position of progressbar. I Have a horizontal progressbar, I want to show percents under one, but it appears to the right of progressbar.
Thanks in advance
Printable View
Hello all.
How to set a text position of progressbar. I Have a horizontal progressbar, I want to show percents under one, but it appears to the right of progressbar.
Thanks in advance
I'm pretty sure it can't be done out-of-the-box.
Create custom widget with progress bar (without text) and label below it and update label every time progress bar gets updated.