Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How can I get an item aligned to the right?

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.



Page view counter