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.
我希望能够ObservableCollection<>在 UI 中显示和更改 的值。有可能吗?我显示它,ListView但我无法更改它们。
ObservableCollection<>
ListView
您可以使用 aDataGrid而不是 a ListView。DataGrid允许单元格编辑。
DataGrid
这个有可能。但是有一个小技巧。 看一看
另外,考虑GridView用于编辑
GridView