C++工具栏和状态栏布局重叠

发布于 2024-08-19 19:22:29 字数 165 浏览 6 评论 0原文

我使用样式标志 CCS_BOTTOM 创建了一个位于应用程序底部的工具栏。问题是我的底部还有一个状态栏,当我为工具栏使用样式 CCS_BOTTOM 时,两个控件相互重叠。

我试图让工具栏位于状态栏的正上方。我做了很多研究,但什么也没弄清楚。有什么想法吗?我用的是Win32。

I have created a toolbar that is located at the bottom of my application using the style flag CCS_BOTTOM. The problem is that I also have a status bar located at the bottom and when I use the style CCS_BOTTOM for my toolbar the two controls overlap each other.

I am trying to get the toolbar to be located directly above the status bar. Ive done a lot of research but cant figure anything out. Any ideas? I am using Win32.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我家小可爱 2024-08-26 19:22:29

(通过问题编辑回答。转换为社区 wiki 答案。请参阅 问题没有答案,但问题在评论中解决(或在聊天中扩展)

OP 写道:

好吧,我通过制作一个父容器解决了这个问题。我认为效率不是很高 :D 但它确实完成了工作

(Answered by a question edit. Converted to a community wiki answer. See Question with no answers, but issue solved in the comments (or extended in chat) )

The OP wrote:

well I solved it by making a parent container. Not very efficient I suppose :D but it does get the job done

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文