Adding progress controls (XAML)
[ This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation ]
The progress control graphically represents ongoing activity or the progress of a task.
The topics in this section describe how to create and use progress controls.
In this section
Topic | Description |
---|---|
Progress controls provide a way for you to indicate that your app is performing work, such as downloading images, loading files, or processing data. Here are the different progress control styles and how to add them to a Windows Runtime app using C++, C#, or Visual Basic. |
|
This topic describes the styles and templates for the ProgressBar control. |
|
This topic describes the styles and templates for the ProgressRing control. |