File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3670
3670
<data name =" QuestionsAndDiscussions" xml : space =" preserve" >
3671
3671
<value >Questions & discussions</value >
3672
3672
</data >
3673
+ <data name =" TilesViewSizeInfo" xml : space =" preserve" >
3674
+ <value >Additional sizes are not yet available for the Tiles View.</value >
3675
+ </data >
3673
3676
</root >
Original file line number Diff line number Diff line change 894
894
</StackPanel >
895
895
896
896
<!-- Tiles -->
897
- <Slider
897
+ <!-- < Slider
898
898
x:Name="TilesViewSlider"
899
899
Padding="4,0,4,0"
900
900
x:Load="{x:Bind ViewModel.IsTilesLayout, Mode=OneWay}"
901
901
IsEnabled="False"
902
- IsThumbToolTipEnabled=" False" />
902
+ IsThumbToolTipEnabled="False" />-->
903
+ <StackPanel
904
+ x:Name=" TilesViewSizeInfo"
905
+ x:Load=" {x:Bind ViewModel.IsTilesLayout, Mode=OneWay}"
906
+ Orientation=" Horizontal"
907
+ Spacing=" 8" >
908
+ <FontIcon FontFamily =" Segoe Fluent Icons" Glyph ="  " />
909
+ <TextBlock Text =" {helpers:ResourceString Name=TilesViewSizeInfo}" />
910
+ </StackPanel >
903
911
904
912
<!-- Grid -->
905
913
<StackPanel
You can’t perform that action at this time.
0 commit comments