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<T>List1 と List2 と呼びましょう。List1 には、List2 の項目がいくつか含まれています。私がやりたいことは、DataGridCheckBoxColumn に List1 と List2 の項目をチェックさせることです。他の列には、アイテムの viewVodel の情報が表示されます。
ObservableCollection<T>
DataGrid
これを達成する最良の方法は何ですか?ちなみにDataGridテンプレートで定義されており、MVVMの方法でやっています。前もって感謝します