Skip to content

Commit 1704cc4

Browse files
committed
1 parent 7a71926 commit 1704cc4

File tree

2 files changed

+5
-258
lines changed

2 files changed

+5
-258
lines changed

Flow.Launcher/Resources/Controls/CustomScrollViewerEx.cs

Lines changed: 0 additions & 253 deletions
This file was deleted.

Flow.Launcher/Themes/Base.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
164164
<Setter Property="Template">
165165
<Setter.Value>
166166
<ControlTemplate TargetType="ListBox">
167-
<cc:CustomScrollViewerEx
167+
<ui:ScrollViewerEx
168168
x:Name="ListBoxScrollViewer"
169169
Focusable="False"
170170
Template="{DynamicResource ScrollViewerControlTemplate}">
171-
<cc:CustomScrollViewerEx.Style>
172-
<Style TargetType="cc:CustomScrollViewerEx">
171+
<ui:ScrollViewerEx.Style>
172+
<Style TargetType="ui:ScrollViewerEx">
173173
<Style.Triggers>
174174
<Trigger Property="ComputedVerticalScrollBarVisibility" Value="Visible">
175175
<Setter Property="Margin" Value="0 0 0 0" />
@@ -181,9 +181,9 @@
181181
</Trigger>
182182
</Style.Triggers>
183183
</Style>
184-
</cc:CustomScrollViewerEx.Style>
184+
</ui:ScrollViewerEx.Style>
185185
<VirtualizingStackPanel IsItemsHost="True" />
186-
</cc:CustomScrollViewerEx>
186+
</ui:ScrollViewerEx>
187187
</ControlTemplate>
188188
</Setter.Value>
189189
</Setter>

0 commit comments

Comments
 (0)