Question

My form has multi tab pages, can I use 1 statusStrip for all those tabs? Because when I change from tab_page1 to tab_page2, the statusStrip at the bottom of my form disappeared. Thanks in advance for your help.

Was it helpful?

Solution

Looks like your StatusStrip is located within a TabPage. It should be on Form along with TabControl so that all tabs in TabControl and other controls can use it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top