<ComboBox x:Name="cbSorting" ItemsSource="{Binding Path=SortModes}" SelectedItem="{Binding Path=Sort, Mode=TwoWay}" IsEnabled="{Binding Path=CanSort}" HorizontalContentAlignment="Center" SelectionChanged="CbSortingSelectionChanged"> <ComboBox.ItemTemplate> <DataTemplate> <TextBlock HorizontalAlignment="Center" Text="{Binding Path=Name}" /> DataTemplate> ComboBox.ItemTemplate> ComboBox>
No comments:
Post a Comment