Closed maboroshinokiseki closed 1 year ago
Have you tried this example. If RowManager doesn't satisfy your needs then you need to create a custom row manager implementation (src).
If you wish not to use RowManager
then there is position field which can be set. After creating progress bar also call .refresh()
method once. If you use position field then progress bar will be kept at that place only.
Thanks, I'll try to implement a custom RowManager.
I want to have multiple progress bars and keep there at where they were, I checked the example, progress bars finished will be moved to the top, next to the last finished progress bar.
Is there any way to prevent this from happening?