Skip to content

Commit dea3018

Browse files
committed
update column header binding
1 parent 104c4ae commit dea3018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Themes/TableViewColumnHeader.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<ColumnDefinition Width="Auto" />
203203
</Grid.ColumnDefinitions>
204204

205-
<TextBlock Text="{Binding Value}"
205+
<TextBlock Text="{Binding}"
206206
TextWrapping="NoWrap" />
207207

208208
<StackPanel Grid.Column="1"

0 commit comments

Comments
 (0)