Change the width of progress bar

Dani_S 4,501 Reputation points
2023-04-18T07:06:43.4233333+00:00

Hi, The current progress bar. Is very tiny how I change the width of it to be more larger!

Developer technologies | .NET | .NET MAUI
{count} votes

Accepted answer
  1. Anonymous
    2023-04-18T08:11:30.5333333+00:00

    Hello,

    You do it by setting ScaleY like following code.

    <ProgressBar  Progress="0.5" ScaleY="5" ></ProgressBar>
    

    Best Regards, Leon Lu


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.