我有一个带有2个控件的StatusStrip:ToolStripProgressBar和ToolStripStatusLabel,放在StatusStrip的左侧,现在我想把logo图像放在我的statusStrip的右上角,我该怎么做?
我能做的是使用BackGroundImage属性导入我的图像,然后将BackgroundImageLayout属性设置为zoom,但这只是居中并缩放我的图像徽标。
答案 0 :(得分:0)
在ToolStripStatusLabels
上放置两个 StatusStrip
!
第一个应该有Text = "";
和Spring = true:
第二个应设置徽标Image
和Display = Image
样式。
使用Spring = true
的控件一起使用所有可用的规范;所以在这里第一个空ToolStripStatusLabels
将推动第二个Image
到右边..