File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,12 @@ public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue)
39
39
_demoItemsView = CollectionViewSource . GetDefaultView ( DemoItems ) ;
40
40
_demoItemsView . Filter = DemoItemsFilter ;
41
41
42
- HomeCommand = new AnotherCommandImplementation ( _ => { SelectedIndex = 0 ; } ) ;
42
+ HomeCommand = new AnotherCommandImplementation (
43
+ _ =>
44
+ {
45
+ SearchKeyword = string . Empty ;
46
+ SelectedIndex = 0 ;
47
+ } ) ;
43
48
44
49
MovePrevCommand = new AnotherCommandImplementation (
45
50
_ =>
Original file line number Diff line number Diff line change 203
203
HorizontalAlignment =" Center"
204
204
VerticalAlignment =" Center"
205
205
FontSize =" 22"
206
+ Margin =" -152,0,0,0"
206
207
AutomationProperties.Name=" Material Design In XAML Toolkit"
207
208
Text =" Material Design In XAML Toolkit" />
208
209
</DockPanel >
You can’t perform that action at this time.
0 commit comments