How do I customize the WPF StatusBar layout?
By default, the StatusBar uses a DockPanel to position its children. This works fine for one item, but tends to make things messy and inconvenient when working with more than one child. To gain a high level of control over the positioning of status bar children, you can swap out the DockPanel for a Grid: … Read more