Indeterminate ProgressBar : ProgressBar « Windows Presentation Foundation « VB.Net Tutorial






<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>
WPF Indeterminate Progress Bar








16.16.ProgressBar
16.16.1.Indeterminate ProgressBarIndeterminate ProgressBar
16.16.2.Create a ProgressBar.Create a ProgressBar.
16.16.3.ProgressBar with five iterationsProgressBar with five iterations
16.16.4.ProgressBar with infinite iterationsProgressBar with infinite iterations
16.16.5.Indeterminate ProgressBar 2Indeterminate ProgressBar 2
16.16.6.Show a ProgressBar While Processing on a Background ThreadShow a ProgressBar While Processing on a Background Thread