16

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?

H H
  • 263,252
  • 30
  • 330
  • 514
Brad Bruce
  • 7,638
  • 3
  • 39
  • 60

1 Answers1

37

Set the SizingGrip attribute to false:

StatusStrip.SizingGrip = false;
Matthew Jones
  • 25,644
  • 17
  • 102
  • 155