如何更新 VirtualStringTree 滚动条?

发布于 2024-11-18 09:57:25 字数 286 浏览 1 评论 0原文

我很难解决 VirtualStringTree 上的问题。

  • 我有 NodeData ,最初添加了 Node.NodeHeight
  • DefaultNodeHeight

现在的问题是我要将每个 NodeHeight 更改为不同的大小。结果,VirtualStringTree没有给我一个正确的滚动,导致其他节点看不到。

有人可以帮忙吗?

i am having hard time to fix my problem on VirtualStringTree.

  • I have NodeData which initially added with a Node.NodeHeight
  • or the DefaultNodeHeight.

The problem now was I'm going to change each of the NodeHeight into different size. As a result, the VirtualStringTree did not give me a correct Scrolling, causing the other node cannot be seen.

Could anyone help?

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

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

发布评论

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

评论(1

孤者何惧 2024-11-25 09:57:25

那是因为在所有节点都初始化(它们的高度已知)之前,VT 不会知道树的总高度。因此一种选择是强制初始化所有节点。这当然违背了 VT 的“虚拟范式”,但如果你只有少量节点,那也不算太糟糕。另一种选择是将 DefaultNodeHeight 设置为您将使用的最大 NodeHeight(如果您事先知道),这样 VT 将假定所有未初始化的节点都具有该高度。

Thats because VT won't know the total height of the tree until all the nodes are initialized (theyr height becomes known). So one option would be to force all nodes to be initialized. Thats of course against the "virtual paradigm" of th VT, but if you have only small number of nodes it's not so bad. Another option is to set the DefaultNodeHeight to maximum NodeHeight you going to use (if you know it beforehand) so VT will assume all the uninitialized nodes to be of that height.

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