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?
The progress bar can be used in IsIndeterminate=False
mode can give you what you're looking for. The progress is indicated using the Value
property, which you can keep updating. See documentation.
See this article