File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 20
20
Grid.Row=" 1"
21
21
Visibility =" {Binding Path=(wpf:ScrollViewerAssist.CornerRectangleVisibility), RelativeSource={RelativeSource TemplatedParent}}" />
22
22
23
- <Separator
24
- x : Name =" PART_TopSeparator"
25
- Background =" {DynamicResource MaterialDesignSelection}"
26
- Grid.Column=" 0"
27
- Grid.Row=" 0"
28
- Opacity =" 0.4"
29
- Margin =" 0"
30
- VerticalAlignment =" Top"
31
- Visibility =" Hidden" />
32
-
33
23
<ScrollContentPresenter
34
24
x : Name =" PART_ScrollContentPresenter"
35
25
CanContentScroll =" {TemplateBinding CanContentScroll}"
40
30
Margin =" {TemplateBinding Padding}"
41
31
Grid.Row=" 0" />
42
32
33
+ <Separator
34
+ x : Name =" PART_TopSeparator"
35
+ Background =" {DynamicResource MaterialDesignSelection}"
36
+ Grid.Column=" 0"
37
+ Grid.Row=" 0"
38
+ Opacity =" 0.4"
39
+ Margin =" 0"
40
+ VerticalAlignment =" Top"
41
+ Visibility =" Visible" />
42
+
43
43
<Separator
44
44
x : Name =" PART_BottomSeparator"
45
45
Background =" {DynamicResource MaterialDesignSelection}"
You can’t perform that action at this time.
0 commit comments