StatusStrip项目帮助... [英] StatusStrip item help...

查看:77
本文介绍了StatusStrip项目帮助...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用VS2005(.NET 2.0),VB.NET,

我有一个Windows窗体应用程序。我有一个包含

ToolStripStatusLabal和ToolStripProgressBar的StatusStrip。

我想强制状态标签表现得像它停靠在填充一样;在状态条带内部
并强制进度条表现得像是'

停靠在正确状态在StatusStrip中。不幸的是,我没有看到

只使用一个StatusStrip控件来实现这一点。


有没有人有关于如何获得所需安排的建议
只使用一(1)个StatusStrip控件? (我觉得我很想念

一些简单的东西)

Using VS2005 (.NET 2.0), VB.NET,
I have a windows forms application. I have a StatusStrip containing a
ToolStripStatusLabal and a ToolStripProgressBar.

I want to force the status label to behave like it''s docked to "Fill"
inside the StatusStrip and force the progress bar to behave like it''s
docked to "Right" inside the StatusStrip. Unfortunately I do not see
any way to accomplish this using just one StatusStrip control.

Does anyone have suggestions on how to get the desired arrangement
using just one (1) StatusStrip control? (I feel like I''m missing
something easy)

推荐答案

1月7日晚上7:19, hzgt9b< celof ... @ gmail.comwrote:
On Jan 7, 7:19 pm, hzgt9b <celof...@gmail.comwrote:

使用VS2005(.NET 2.0),VB.NET,

我有一个Windows窗体应用程序。我有一个包含

ToolStripStatusLabal和ToolStripProgressBar的StatusStrip。

我想强制状态标签表现得像它停靠在填充一样;在状态条带内部
并强制进度条表现得像是'

停靠在正确状态在StatusStrip中。不幸的是,我没有看到

只使用一个StatusStrip控件来实现这一点。


有没有人有关于如何获得所需安排的建议
只使用一(1)个StatusStrip控件? (我觉得我很想念

简单的事情)
Using VS2005 (.NET 2.0), VB.NET,
I have a windows forms application. I have a StatusStrip containing a
ToolStripStatusLabal and a ToolStripProgressBar.

I want to force the status label to behave like it''s docked to "Fill"
inside the StatusStrip and force the progress bar to behave like it''s
docked to "Right" inside the StatusStrip. Unfortunately I do not see
any way to accomplish this using just one StatusStrip control.

Does anyone have suggestions on how to get the desired arrangement
using just one (1) StatusStrip control? (I feel like I''m missing
something easy)



如果你的意思是表格上对象的对齐,你可以

配置锚在物业窗口超越挣扎

" dock" ing。


希望这会有所帮助。

If you''re meaning the alignment of objects on the form, you can
configure "anchor" in properties window beyond struggling with
"dock"ing.

Hope this helps.


2008年1月7日星期一09:19:19 -0800(太平洋标准时间),hzgt9b< ce ****** @ gmail.com>

写道:
On Mon, 7 Jan 2008 09:19:19 -0800 (PST), hzgt9b <ce******@gmail.com>
wrote:

>使用VS2005(.NET 2.0),VB.NET,
我有一个Windows窗体应用程序。我有一个StatusStrip包含一个
ToolStripStatusLabal和一个ToolStripProgressBar。

我想强制状态标签的行为就像它在StatusStrip中停靠到填充
并强制进度条表现得就像它停靠在正确状态一样。在StatusStrip中。不幸的是,我没有看到
只使用一个StatusStrip控件来实现这一点。

是否有人建议如何使用一(1)个StatusStrip获得所需的安排
控制? (我觉得我很缺少
一些简单的事情)
>Using VS2005 (.NET 2.0), VB.NET,
I have a windows forms application. I have a StatusStrip containing a
ToolStripStatusLabal and a ToolStripProgressBar.

I want to force the status label to behave like it''s docked to "Fill"
inside the StatusStrip and force the progress bar to behave like it''s
docked to "Right" inside the StatusStrip. Unfortunately I do not see
any way to accomplish this using just one StatusStrip control.

Does anyone have suggestions on how to get the desired arrangement
using just one (1) StatusStrip control? (I feel like I''m missing
something easy)



将标签的Spring属性设置为True。

Set the Spring property for the label to True.


1月7日,1:35 * pm,kimiraikkonen< kimiraikkone ... @ gmail.comwrote:
On Jan 7, 1:35*pm, kimiraikkonen <kimiraikkone...@gmail.comwrote:

1月7日,7日:19 pm,hzgt9b< celof ... @ gmail.comwrote:
On Jan 7, 7:19 pm, hzgt9b <celof...@gmail.comwrote:

使用VS2005(.NET 2.0),VB.NET,

我有一个Windows窗体应用程序。我有一个StatusStrip包含一个

ToolStripStatusLabal和一个ToolStripProgressBar。
Using VS2005 (.NET 2.0), VB.NET,
I have a windows forms application. I have a StatusStrip containing a
ToolStripStatusLabal and a ToolStripProgressBar.


我想强制状态标签的行为就像它停靠在填充里面的
StatusStrip并强制进度条的行为类似于

停靠在右的位置。在StatusStrip中。不幸的是,我没有看到

只使用一个StatusStrip控件来实现这一点。
I want to force the status label to behave like it''s docked to "Fill"
inside the StatusStrip and force the progress bar to behave like it''s
docked to "Right" inside the StatusStrip. Unfortunately I do not see
any way to accomplish this using just one StatusStrip control.


有没有人建议如何使用一(1)个StatusStrip控件获得所需的安排

? (我觉得我很想念

简单的东西)
Does anyone have suggestions on how to get the desired arrangement
using just one (1) StatusStrip control? (I feel like I''m missing
something easy)



如果你的意思是表格上对象的对齐,你可以

配置锚在物业窗口超越挣扎

" dock" ing。


希望这会有所帮助。


If you''re meaning the alignment of objects on the form, you can
configure "anchor" in properties window beyond struggling with
"dock"ing.

Hope this helps.



Nope,并不是指表格上对象的对齐,而是指StatusStrip控件中工具条对象的对齐
对齐。 ..

Nope, didn''t mean the alignment of objects on a form but rather the
alignment of toolstrip objects inside a StatusStrip control...


这篇关于StatusStrip项目帮助...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆