File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Uno.Gallery/Uno.Gallery.Shared/Views/SamplePages Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1515 <DataTemplate >
1616 <StackPanel >
1717
18- <smtx : XamlDisplay UniqueKey =" SliderSamplePage_Horizontal "
19- smtx:XamlDisplayExtensions.Header=" Horizontal Slider"
18+ <smtx : XamlDisplay UniqueKey =" SliderSamplePage_Vertical "
19+ smtx:XamlDisplayExtensions.Header=" Vertical Slider"
2020 smtx:XamlDisplayExtensions.IgnorePath=" XamlDisplay\StackPanel" >
2121 <StackPanel Orientation =" Horizontal" HorizontalAlignment =" Center" >
2222
23- <Slider Value =" 25"
23+ <Slider Style =" {StaticResource SliderStyle}"
24+ Height=" 200"
25+ Value=" 25"
2426 Minimum=" 0"
2527 Maximum=" 100"
28+ Orientation=" Vertical" />
29+ <Slider Style =" {StaticResource SliderStyle}"
2630 Height=" 200"
27- Orientation=" Vertical"
28- Style=" {StaticResource SliderStyle}" />
29- <Slider Value =" 25"
31+ Value=" 25"
3032 Minimum=" 0"
3133 Maximum=" 100"
32- Height=" 200"
3334 Orientation=" Vertical"
34- IsEnabled=" False"
35- Style=" {StaticResource SliderStyle}" />
35+ IsEnabled=" False" />
3636
3737 </StackPanel >
3838 </smtx : XamlDisplay >
39- <smtx : XamlDisplay UniqueKey =" SliderSamplePage_Vertical "
40- smtx:XamlDisplayExtensions.Header=" Vertical Slider"
39+ <smtx : XamlDisplay UniqueKey =" SliderSamplePage_Horizontal "
40+ smtx:XamlDisplayExtensions.Header=" Horizontal Slider"
4141 smtx:XamlDisplayExtensions.IgnorePath=" XamlDisplay\StackPanel" >
4242 <StackPanel >
4343
44- <Slider Style =" {StaticResource SliderStyle}"
45- Width=" 200"
46- Value=" 25"
44+ <Slider Value =" 25"
4745 Minimum=" 0"
4846 Maximum=" 100"
49- Orientation=" Horizontal" />
50- <Slider Style =" {StaticResource SliderStyle}"
5147 Width=" 200"
52- Value=" 25"
48+ Orientation=" Horizontal"
49+ Style=" {StaticResource SliderStyle}" />
50+ <Slider Value =" 25"
5351 Minimum=" 0"
5452 Maximum=" 100"
53+ Width=" 200"
5554 Orientation=" Horizontal"
56- IsEnabled=" False" />
55+ IsEnabled=" False"
56+ Style=" {StaticResource SliderStyle}" />
5757
5858 </StackPanel >
5959 </smtx : XamlDisplay >
You can’t perform that action at this time.
0 commit comments