在调用ScrollIntoView方法前,先执行DataGrid的UpdateLayout方法,就可以解决了。
DataGrid的ScrollIntoView方法导致 an argument out of range exception(指定的参数已超出有效值的范围)错误的解决
最新推荐文章于 2023-10-09 10:20:37 发布
在调用ScrollIntoView方法前,先执行DataGrid的UpdateLayout方法,就可以解决了。