|
2063 | 2063 | <Fluent:TextBox Header="My short header" />
|
2064 | 2064 | <Fluent:Spinner Header="My long long header" />
|
2065 | 2065 |
|
| 2066 | + <Separator Style="{DynamicResource Fluent.Ribbon.Styles.GroupBoxSeparator}" /> |
| 2067 | + |
2066 | 2068 | <Fluent:ComboBox Header="Excluded from size sharing"
|
2067 | 2069 | Fluent:RibbonGroupBoxWrapPanel.ExcludeFromSharedSize="True" />
|
2068 | 2070 | <Fluent:Spinner Header="My short header" />
|
2069 | 2071 | <Fluent:ComboBox Header="My long long header" />
|
2070 | 2072 |
|
| 2073 | + <Separator Style="{DynamicResource Fluent.Ribbon.Styles.GroupBoxSeparator}" |
| 2074 | + Visibility="{Binding IsChecked, ElementName=ShowDetailButton, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}" /> |
| 2075 | + |
2071 | 2076 | <Fluent:ComboBox Header="Test"
|
2072 | 2077 | Fluent:InputControlProperties.InputWidth="120"
|
2073 | 2078 | Visibility="{Binding IsChecked, ElementName=ShowDetailButton, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}">
|
|
2084 | 2089 | <Fluent:ComboBox Header="Test"
|
2085 | 2090 | Fluent:InputControlProperties.InputWidth="120" />
|
2086 | 2091 |
|
| 2092 | + <Separator Style="{DynamicResource Fluent.Ribbon.Styles.GroupBoxSeparator}" |
| 2093 | + Visibility="{Binding IsChecked, ElementName=ShowDetailButton, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}" /> |
| 2094 | + |
2087 | 2095 | <Fluent:ComboBox Header="Test"
|
2088 | 2096 | Fluent:InputControlProperties.InputWidth="120"
|
2089 | 2097 | Visibility="{Binding IsChecked, ElementName=ShowDetailButton, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}" />
|
|
2093 | 2101 | <Fluent:ComboBox Header="Test"
|
2094 | 2102 | Fluent:InputControlProperties.InputWidth="120" />
|
2095 | 2103 |
|
| 2104 | + <Separator Style="{DynamicResource Fluent.Ribbon.Styles.GroupBoxSeparator}" |
| 2105 | + Visibility="{Binding IsChecked, ElementName=ShowDetailButton, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}" /> |
| 2106 | + |
2096 | 2107 | <Fluent:ComboBox Header="Test"
|
2097 | 2108 | Fluent:InputControlProperties.InputWidth="120"
|
2098 | 2109 | Visibility="{Binding IsChecked, ElementName=ShowDetailButton, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}" />
|
|
2102 | 2113 | <Fluent:ComboBox Header="Test"
|
2103 | 2114 | Fluent:InputControlProperties.InputWidth="120" />
|
2104 | 2115 |
|
| 2116 | + <Separator Style="{DynamicResource Fluent.Ribbon.Styles.GroupBoxSeparator}" |
| 2117 | + Visibility="{Binding IsChecked, ElementName=ShowDetailButton, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}" /> |
| 2118 | + |
2105 | 2119 | <Fluent:ComboBox Header="Test"
|
2106 | 2120 | Fluent:InputControlProperties.InputWidth="120"
|
2107 | 2121 | Visibility="{Binding IsChecked, ElementName=ShowDetailButton, Converter={StaticResource Fluent.Ribbon.Converters.BoolToVisibilityConverter}}" />
|
|
3313 | 3327 |
|
3314 | 3328 | <StackPanel Orientation="Horizontal">
|
3315 | 3329 | <Label>
|
3316 |
| - WindowBackDropType |
| 3330 | + BackDropType |
3317 | 3331 | </Label>
|
3318 | 3332 | <ComboBox VerticalAlignment="Center"
|
3319 | 3333 | ItemsSource="{Binding Source={StaticResource WindowBackdropTypeEnumValues}}"
|
|
0 commit comments