Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit cb2c690

Browse files
author
Eric Maupin
committed
[Win] VCenter combinable checkboxes on labels
1 parent 4a48000 commit cb2c690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.PropertyEditing.Windows/Themes/Resources.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<ItemsControl Focusable="{TemplateBinding Focusable}" ItemsSource="{Binding Choices,Mode=OneTime}">
5353
<ItemsControl.ItemTemplate>
5454
<DataTemplate>
55-
<CheckBox Foreground="{DynamicResource ListItemForegroundBrush}" FocusVisualStyle="{StaticResource GenericVisualFocusStyle}" IsChecked="{Binding IsFlagged,Mode=TwoWay}" Margin="0,1,0,1" Content="{Binding Name,Mode=OneTime}" />
55+
<CheckBox Foreground="{DynamicResource ListItemForegroundBrush}" FocusVisualStyle="{StaticResource GenericVisualFocusStyle}" IsChecked="{Binding IsFlagged,Mode=TwoWay}" Margin="0,1,0,1" VerticalContentAlignment="Center" Content="{Binding Name,Mode=OneTime}" />
5656
</DataTemplate>
5757
</ItemsControl.ItemTemplate>
5858
</ItemsControl>

0 commit comments

Comments
 (0)