I have a StatusBar that I\'d like to house a TextBlock docked to the left and a ProgressBar filling the remaining width. In all my other e
StatusBar
TextBlock
ProgressBar
You just need one extra attribute: HorizontalContentAlignment="Stretch" on the StatusBarItem. Thus:
HorizontalContentAlignment="Stretch"