Question

I need to show a StatusStrip control docked top instead of bottom.

User requirement. Long story.

How do I get the StatusStrip to display without the dots in the right corner?

Was it helpful?

Solution

Set the SizingGrip attribute to false:

StatusStrip.SizingGrip = false;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top