File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/Files.App/UserControls Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 791791 <!-- Details -->
792792 <StackPanel
793793 x:Name=" DetailsView"
794- x:Load= " {x:Bind ViewModel.IsDetailsLayout, Mode=OneWay} "
795- Spacing= " 4 " >
794+ Spacing= " 4 "
795+ Visibility= " {x:Bind ViewModel.IsDetailsLayout, Mode=OneWay} " >
796796 <Slider
797797 x:Name=" DetailsViewSlider"
798798 Padding=" 4,0,4,0"
857857 <!-- List -->
858858 <StackPanel
859859 x:Name=" ListView"
860- x:Load= " {x:Bind ViewModel.IsListLayout, Mode=OneWay} "
861- Spacing= " 4 " >
860+ Spacing= " 4 "
861+ Visibility= " {x:Bind ViewModel.IsListLayout, Mode=OneWay} " >
862862 <Slider
863863 x:Name=" ListViewSlider"
864864 Padding=" 4,0,4,0"
925925 <!-- <Slider
926926 x:Name="TilesViewSlider"
927927 Padding="4,0,4,0"
928- x:Load ="{x:Bind ViewModel.IsTilesLayout, Mode=OneWay}"
928+ Visibility ="{x:Bind ViewModel.IsTilesLayout, Mode=OneWay}"
929929 IsEnabled="False"
930930 IsThumbToolTipEnabled="False" />-->
931931 <StackPanel
932932 x:Name=" TilesViewSizeInfo"
933- x:Load=" {x:Bind ViewModel.IsTilesLayout, Mode=OneWay}"
934933 Orientation=" Horizontal"
935- Spacing=" 8" >
934+ Spacing=" 8"
935+ Visibility=" {x:Bind ViewModel.IsTilesLayout, Mode=OneWay}" >
936936 <FontIcon FontFamily =" Segoe Fluent Icons" Glyph ="  " />
937937 <TextBlock Text =" {helpers:ResourceString Name=TilesViewSizeInfo}" />
938938 </StackPanel >
10131013 <!-- Columns -->
10141014 <StackPanel
10151015 x:Name=" ColumnsView"
1016- x:Load= " {x:Bind ViewModel.IsColumnLayout, Mode=OneWay} "
1017- Spacing= " 4 " >
1016+ Spacing= " 4 "
1017+ Visibility= " {x:Bind ViewModel.IsColumnLayout, Mode=OneWay} " >
10181018 <Slider
10191019 x:Name=" ColumnViewSlider"
10201020 Padding=" 4,0,4,0"
You can’t perform that action at this time.
0 commit comments