虚拟树视图的滚动限制是什么?

发布于 2024-09-12 22:25:40 字数 59 浏览 3 评论 0原文

如何在 onchange 事件期间获得 virtualstringtree 中 X 和 Y 的最大滚动?

How can I get the max scroll for the X and Y in virtualstringtree during onchange event?

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

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

发布评论

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

评论(1

叫嚣ゝ 2024-09-19 22:25:40

GetTreeRect 方法给出整个树的尺寸(以像素为单位)或客户区域的尺寸,以较大者为准。请注意,如果没有配置列,则树的大小可能会根据当时屏幕上显示的节点而变化 - 滚动宽度根据可见的最宽节点而变化。

该矩形的 BottomRight 字段确定滚动条范围。

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 and Right fields of that rectangle determine the scroll-bar range.

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