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.
SelectAll ボタンと行ヘッダーを含む列である dataGrid の 0 番目の列のサイズ変更を許可したいと思います -
から取得した画像 - WPF Toolkit DataGrid、パート II – カスタム スタイル
<GridViewColumn Header="Name" Width="150"> <GridViewColumn.CellTemplate> <DataTemplate> <TextBlock Width="Auto" TextTrimming="CharacterEllipsis"/> </DataTemplate> </GridViewColumn.CellTemplate> </GridViewColumn>
これを試して