문제

I don't see a likely property on either the StatusStrip or the ToolStripDropDownButton - other than the Alignment property of the ToolStripDropDownButton, which doesn't help.

Will I have to add "shims"/spacers or some such to elbow the ToolStripDropDownButton away from the left edge?

도움이 되었습니까?

해결책

I don't know if this is the best way to do it, but I added a toolStripStatusLabel, and set its Spring property to True and its Text property to [blank].

It works, so I guess it's good...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top