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.
現在、MVVM を使用して WPF アプリケーションを作成しています。リスト内の特定の要素にバインドする必要があり、一度に入力する必要があるウィンドウに多数のテキストボックス (約 20) があります。通常、私はそれらを配列にプッシュしてそのように設定しますが、MVVM モデルを壊さずにそうすることはできません。MVVM に準拠しながらこれを行うことができる迅速かつ効率的な方法はありますか?