File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 159159 <ColumnDefinition MinWidth =" 100" />
160160 <ColumnDefinition MinWidth =" 100" />
161161 <ColumnDefinition MinWidth =" 100" />
162+ <ColumnDefinition MinWidth =" 100" />
162163 </Grid .ColumnDefinitions>
163164
164165 <TextBlock Grid.Row=" 1"
202203 Grid.Column=" 6"
203204 Style =" {StaticResource FieldHeader}"
204205 Text =" NumericUpDown" />
206+ <TextBlock Grid.Row=" 0"
207+ Grid.Column=" 7"
208+ Style =" {StaticResource FieldHeader}"
209+ Text =" AutoSuggestBox " />
205210
206211 <TextBox Grid.Row=" 1" Grid.Column=" 1" />
207212 <TextBox Grid.Row=" 2"
269274 Grid.Column=" 6"
270275 Style =" {StaticResource MaterialDesignOutlinedNumericUpDown}" />
271276
277+ <materialDesign : AutoSuggestBox Grid.Row=" 1" Grid.Column=" 7" />
278+ <materialDesign : AutoSuggestBox Grid.Row=" 2"
279+ Grid.Column=" 7"
280+ Style =" {StaticResource MaterialDesignFloatingHintAutoSuggestBox}" />
281+ <materialDesign : AutoSuggestBox Grid.Row=" 3"
282+ Grid.Column=" 7"
283+ Style =" {StaticResource MaterialDesignFilledAutoSuggestBox}" />
284+ <materialDesign : AutoSuggestBox Grid.Row=" 4"
285+ Grid.Column=" 7"
286+ Style =" {StaticResource MaterialDesignOutlinedAutoSuggestBox}" />
287+
272288 </Grid >
273289 </StackPanel >
274290 </GroupBox >
Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ private static void SetValue(Control control)
7373 {
7474 switch ( control )
7575 {
76+ case MaterialDesignThemes . Wpf . AutoSuggestBox autoSuggestBox :
77+ autoSuggestBox . Text = nameof ( MaterialDesignThemes . Wpf . AutoSuggestBox . Text ) ;
78+ break ;
7679 case TextBox textBox :
7780 textBox . Text = nameof ( TextBox . Text ) ;
7881 break ;
You can’t perform that action at this time.
0 commit comments