Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了由 xceed 网格的虚拟化引起的问题。我有一个按钮可以展开/折叠所有分组。问题是,它仅适用于网格中已虚拟化的内容。我在想一个解决方案是强制向下滚动到底部强制加载所有组,然后执行扩展折叠。我知道您可以在 xceed dataGridControls 上使用 BringItemIntoView,但我没有看到为组执行此操作的方法。
您无需向下滚动即可展开/折叠所有组和子组。
我在您的另一个问题中提供的代码片段应该可以解决问题:
在 xceed DataGridControl 中展开所有组,包括嵌套组