Search code examples
windows-phone-7usabilitymarketplace

Using Slider to show dowloading progress in WP7?


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?


Solution

  • 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