如何在 MFC SDI 应用程序中将控件设置为与视图右对齐

发布于 2024-10-17 16:10:38 字数 178 浏览 2 评论 0原文

我创建了一个MFC SDI应用程序,并且视图派生自CFormView,因此我可以在对话框上放置一些控件。我在对话框的右侧放置了一个组框,并在组框内放置了一些其他控件,例如编辑框等。

我想要的是当我调整视图大小时,组框和内部的控件与对话框右对齐,只需就像C#中的以下行为:将groupbox的anchor属性设置为“Right”

I have created a MFC SDI application, and the view is derived from CFormView, so i can put some controls on the dialog. I have put a groupbox at the right side of the dialog and put some other controls inside the groupbox, such as edit box etc.

What i want is the groupbox and the controls inside right aligned with the dialog when i am resizing the view, just like the followingbehavior in C#: set the anchor property of groupbox to be "Right"

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

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

发布评论

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

评论(1

痴情换悲伤 2024-10-24 16:10:38

EasySize 是我想要的

The EasySize is what i want

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