SDI框架中如何根据主机改变视图的大小?
我想在SDI框架中根据主机的大小设置视图的大小。 也就是说当我改变主机的大小时,视图的大小也会随之改变,客户区也会随之改变。 我怎样才能做到这一点?
谢谢
I want to set the size of view according to the size of the mainframe in a SDI framework. That is to say when I change the size of mainframe, the size of view changes accordingly, so does the client area. How can I do this?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需添加一个 OnSize 方法来处理视图的大小调整:
Just add an OnSize method to handle the sizing of the view: