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

Quickstart: Adding progress controls

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.

ProgressBar styles and templates

This topic describes the styles and templates for the ProgressBar control.

ProgressRing styles and templates

This topic describes the styles and templates for the ProgressRing control.

 

Roadmap for Windows Runtime apps using C# or Visual Basic

Roadmap for Windows Runtime apps using C++