File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 74
74
ItemSize =" 80"
75
75
ViewModel =" {x:Bind ViewModel}" />
76
76
</Grid >
77
+ <StackPanel Grid.Row=" 0" Grid.Column=" 1" VerticalAlignment =" Center" HorizontalAlignment =" Left" >
77
78
<TextBox
78
79
x : Name =" ItemFileName"
79
80
x : Uid =" PropertiesItemFileName"
80
- Grid.Row=" 0"
81
- Grid.Column=" 1"
82
81
Style =" {StaticResource PropertyValueTextBox}"
83
82
Text =" {x:Bind ViewModel.ItemName, Mode=TwoWay}"
84
83
Visibility =" {x:Bind ViewModel.ItemNameVisibility, Mode=OneWay}" />
85
-
86
- <MenuFlyoutSeparator
84
+ <TextBlock
85
+ x : Name =" itemFilesAndFoldersCountValueTop"
86
+ Style =" {StaticResource PropertyValueTextBlock}"
87
+ Text =" {x:Bind ViewModel.FilesAndFoldersCountString, Mode=OneWay}"
88
+ Visibility =" {x:Bind ViewModel.FilesAndFoldersCountVisibility, Mode=OneWay}" />
89
+ </StackPanel >
90
+ <MenuFlyoutSeparator
87
91
Grid.Row=" 1"
88
92
Grid.Column=" 0"
89
93
Grid.ColumnSpan=" 2"
You can’t perform that action at this time.
0 commit comments