PreviewPane.UseLayoutRounding setting.

This commit is contained in:
morkt 2015-03-05 17:36:32 +04:00
parent a5dc3c9943
commit 6f1e850140

View File

@ -320,7 +320,7 @@
</local:ListViewEx>
<ScrollViewer Grid.Column="2" Background="LightGray"
VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto">
<Image Name="PreviewPane" Stretch="None" UseLayoutRounding="False" SnapsToDevicePixels="True"
<Image Name="PreviewPane" Stretch="None" UseLayoutRounding="True" SnapsToDevicePixels="True"
local:TouchScrolling.IsEnabled="True"/>
</ScrollViewer>
<!-- Margin and BorderThickness help to react early on mouse pointer -->