Live Chat Icon For mobile
Live Chat Icon

How can I put Controls, a ProgressBar for example, into a StatusBar?

Platform: WinForms| Category: Controls

You cannot place controls into a StatusBar control in the designer. However, you can add any no. of Controls to the StatusBar programatically through it’s Controls property. After adding the Controls, set their Visible, Location and Bounds property appropriately.

You could then create a status bar that looks like this, for example:

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.