Can I use Slider to show downloading progress? What about usability, user experience and main one Market Place limitation. Or you have another idea how to show not only process, but progress to?
Can I use Slider to show downloading progress? What about usability, user experience and
Share
The progress bar can be used in
IsIndeterminate=Falsemode can give you what you’re looking for. The progress is indicated using theValueproperty, which you can keep updating. See documentation.See this article