Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下ではなく上にドッキングされた StatusStrip コントロールを表示する必要があります。
ユーザー要件。長い話。
右隅にドットを表示せずに StatusStrip を表示するにはどうすればよいですか?
SizingGrip 属性を false に設定します。
StatusStrip.SizingGrip = false;