We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the PreferredWidth field of horizontal ProgressBars (PreferredHeight for vertical bars) is set to always be 140.
PreferredWidth
ProgressBar
PreferredHeight
140
There are two ways a more flexible progress bar could be implemented:
PreferredLength
The text was updated successfully, but these errors were encountered:
I'm going to create an implementation that follows option 2 there, but would be open to switching to option 1 if needed.
Sorry, something went wrong.
No branches or pull requests
Currently, the
PreferredWidth
field of horizontalProgressBar
s (PreferredHeight
for vertical bars) is set to always be140
.There are two ways a more flexible progress bar could be implemented:
PreferredLength
, which is used for thePreferredWidth
in horizontal bars and thePreferredHeight
in vertical bars.The text was updated successfully, but these errors were encountered: