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?
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?
Set the SizingGrip attribute to false:
StatusStrip.SizingGrip = false;
StatusStrip.GripStyle = ToolStripGripStyle.Hidden
is only there to confuse us all... –
Geology © 2022 - 2024 — McMap. All rights reserved.