如何更改工具条溢出优先级
我想设计一个组件,它的工作方式就像win7资源管理器的目录栏,它会添加工具栏项目来反映所有目录,我这样做。但是当宽度小于所有组件的宽度时,它会溢出一些按钮。它首先溢出最左边按钮,通常会溢出最右边的按钮,我该怎么办? 谢谢
I want design a componet,it work like win7 explorer's directoy bar,it will add toolstrip item to reflect all directoy,I do this.but when the width less than all componet's width ,it will overflow some button.it first overflow the most left button,nomally it will overflow the most right button,how can I do this?
thk
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 winforms 中执行此操作,使用工具条
I do this in winforms,use the toolstrip