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.
ListViewWPFアプリに入力 するための最良の、高速で効率的な方法を教えてください。
ListView
からObservableCollectionまたはからDataSet?
ObservableCollection
DataSet
ありがとう。
私は常にObservableCollectionを使用しますが、コントロールに直接バインドされたDataSetを使用することはありません。また、コレクション内のアイテムを変更しない場合は、リストの使用を検討する必要があります。
しかし、もう少し情報があれば、データセットを使用する正当な理由があるかもしれませんが、私はそうは思いません。