When I use the progress bar (IsIndertiminate = true) inside the width grid, say 120, then the progress animation seems pretty weird. The point of progress seems to move the sidebyside without any proper distance between them. In addition, because of this (less than the width), the influence of points extending / approaching the beginning and end, respectively, is not visible.
So how can I make a progressBar better when I display it in a limited width. I tried to independently find and make some changes to the progressBar property, but could not reach a satisfactory state.
EDIT: Inside grid.row, setting the width of my progressBar to “auto”, I was able to achieve the desired spacing / look (it is still not perfect, but will work for me).
ua741 source
share