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 2020 Grid.Row=" 1"
2121 Visibility =" {Binding Path=(wpf:ScrollViewerAssist.CornerRectangleVisibility), RelativeSource={RelativeSource TemplatedParent}}" />
2222
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-
3323 <ScrollContentPresenter
3424 x : Name =" PART_ScrollContentPresenter"
3525 CanContentScroll =" {TemplateBinding CanContentScroll}"
4030 Margin =" {TemplateBinding Padding}"
4131 Grid.Row=" 0" />
4232
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+
4343 <Separator
4444 x : Name =" PART_BottomSeparator"
4545 Background =" {DynamicResource MaterialDesignSelection}"
You can’t perform that action at this time.
0 commit comments