强制滚动到xceed DataGridControl中的最后一个组

时间:2016-04-12 18:38:40

标签: c# xceed-datagrid

我遇到了xceed网格虚拟化引起的问题。我有一个按钮可以扩展/折叠所有分组。问题是,它只适用于网格中虚拟化的内容。我在想解决方案是强制向下滚动到底部,强制加载所有组,然后执行扩展折叠。我知道你可以在xceed dataGridControls上使用BringItemIntoView,但是我没有看到为组执行此操作的方法。

1 个答案:

答案 0 :(得分:0)

您不需要向下滚动以展开/折叠所有组和子组。

我在其他问题中提供的代码段应该可以解决问题:

Expanding all groups, including nested, in an xceed DataGridControl