<ComboBox | |
x:Name="ThemeComboBox" | |
Grid.Row="1" | |
Grid.Column="1" | |
HorizontalAlignment="Stretch" | |
Header="Theme" | |
ItemsSource="{x:Bind Themes}" | |
SelectedItem="{x:Bind CurrentTheme, Mode=TwoWay}" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment