<Window x:Class="ClassicControls.IndeterminateProgressBar" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="IndeterminateProgressBar" Height="300" Width="300" > <StackPanel Margin="5"> <ProgressBar Height="10" IsIndeterminate="True"></ProgressBar> </StackPanel> </Window>
16.16.ProgressBar | ||||
16.16.1. | Indeterminate ProgressBar | |||
16.16.2. | Create a ProgressBar. | |||
16.16.3. | ProgressBar with five iterations | |||
16.16.4. | ProgressBar with infinite iterations | |||
16.16.5. | Indeterminate ProgressBar 2 | |||
16.16.6. | Show a ProgressBar While Processing on a Background Thread |