By default, the StatusStrip is not set to LayoutStyle.StackWithOverfow,
therefore the item.Alignment property is ignored. To align an progress bar to the
right, use a ToolStripStatusLabel – set it's Spring = true, then add a ToolStripProgressBar.
The ToolStripStatusLabel's text can be set to "" to remove the text.