File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change 17
17
Style=" {StaticResource DefaultContentDialogStyle}"
18
18
mc:Ignorable=" d" >
19
19
20
- <Grid
21
- x:Name=" DestinationPathGrid"
22
- ColumnSpacing=" 8"
23
- RowSpacing=" 8" >
24
- <Grid .ColumnDefinitions>
25
- <ColumnDefinition />
26
- <ColumnDefinition Width =" Auto" />
27
- </Grid .ColumnDefinitions>
28
- <Grid .RowDefinitions>
29
- <RowDefinition Height =" Auto" />
30
- </Grid .RowDefinitions>
31
-
32
- <ListView
33
- x:Name=" SidebarNavView"
34
- Grid.Row=" 1"
35
- ItemsSource=" {x:Bind ViewModel.SidebarFavoriteItems, Mode=OneWay}" >
20
+ <Grid x : Name =" DestinationPathGrid" >
21
+ <ListView x : Name =" SidebarNavView" ItemsSource =" {x:Bind ViewModel.SidebarFavoriteItems, Mode=OneWay}" >
36
22
<ListView .ItemTemplate>
37
23
<DataTemplate x : DataType =" dataitems:LocationItem" >
38
24
<Grid
You can’t perform that action at this time.
0 commit comments