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.
私はDataGrid私のwpf mvvmアプリケーションにあります。ビュー モデルのデータ ソースとしてデータ テーブルをバインドしています。DataGrid列ヘッダーのテキストを基になる多田表の列「キャプション」にバインドする方法を教えてください。(デフォルトの列名ではありません)。Datagrid列を自動的に作成します ( AuotGeneratedColumns = true)
DataGrid
Datagrid
AuotGeneratedColumns = true
ここで同様のソリューション... http://stackoverflow.com/questions/6928393/all-datagrid-headers-must-have-unique-names-how-to-work-around-it/6929089#comment-8293037
これがあなたを何らかの方向に導くかどうか教えてください。