如何在 ZedGraph 中实现分割窗格?
在我的主窗格上,我有 2 个窗格。有没有办法用鼠标更改窗格的高度(例如窗扇或分割窗格?)
On my Masterpane I have 2 panes. Is there a way to change the height of the panes with the mouse (like a sashpane or splitpane?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我尝试这样做一次。仅用一个 ZG 控件就可以做到这一点,但这很难。
最简单的方法是使用内部包含两个 ZG 控件的分割窗格创建自己的控件。
I tried to do this once. It is possible to do it only with one ZG control, but it's hard.
The easiest way is to create your own control with splitpane containing two ZG controls inside.