如何保留 WPF 数据网格的列索引?

发布于 2025-01-05 07:08:38 字数 85 浏览 0 评论 0原文

我想保留我自己的数据网格每列的索引值,但我不知道该怎么做。看起来索引只能通过 xaml 代码上列的添加顺序来设置。

任何帮助都会很棒,谢谢。

I want to persist the index value of each column of my own datagrid but I don't know how to do it. Looks like the index can only be set thru the order of addition of the columns on the xaml code.

Any help will be great, thanks.

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

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

发布评论

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

评论(1

傻比既视感 2025-01-12 07:08:38

我找到了解决方案,列有一个 DisplayIndex 属性,我可以将其绑定到我的列 ViewModel。

I found the solution, columns have a DisplayIndex property that I can bind to my column ViewModel.

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