虚拟树视图的滚动限制是什么?
如何在 onchange 事件期间获得 virtualstringtree 中 X 和 Y 的最大滚动?
How can I get the max scroll for the X and Y in virtualstringtree during onchange event?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GetTreeRect
方法给出整个树的尺寸(以像素为单位)或客户区域的尺寸,以较大者为准。请注意,如果没有配置列,则树的大小可能会根据当时屏幕上显示的节点而变化 - 滚动宽度根据可见的最宽节点而变化。该矩形的
Bottom
和Right
字段确定滚动条范围。The
GetTreeRect
method gives the dimensions in pixels of the entire tree, or the dimensions of the client area, whichever is larger. Note that if there are no columns configured, then the size of the tree can vary based on which nodes are displayed on the screen at the time — the scrolling width changes according to the widest nodes visible.The
Bottom
andRight
fields of that rectangle determine the scroll-bar range.