Files
ShrlAlgoToolkit/WPFluent/Controls/Scroll/SmoothScrollViewer.xaml

11 lines
406 B
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WPFluent.Controls">
<Style BasedOn="{StaticResource DefaultScrollViewerStyle}" TargetType="{x:Type local:SmoothScrollViewer}">
<Setter Property="PanningMode" Value="Both" />
</Style>
</ResourceDictionary>