我通过绑定更改了 SelectedItem。现在如何在没有代码隐藏的情况下将其移至视图中?

发布于 2024-09-28 08:52:56 字数 199 浏览 2 评论 0原文

我有一个在 SelectedItem 上具有双向绑定的 DataGrid。我可以更改 ViewModel 中的 SelectedItem,但 DataGrid 不会自动 ScrollIntoView。

有没有一种方法可以在不使用调用 ScrollIntoView(SelectedItem) 的代码隐藏事件处理程序的情况下执行此操作,或者我应该屈服并使用一些代码隐藏?

I've got a DataGrid with a Two-Way Binding on SelectedItem. I can change the SelectedItem in my ViewModel, but the DataGrid won't ScrollIntoView automatically.

Is there a way to do this without using a code-behind event handler that calls ScrollIntoView(SelectedItem), or should I just give in and use a little code-behind?

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

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