Skip to content

Commit

Permalink
Merge pull request #697 from Nice3point/development_unwritable
Browse files Browse the repository at this point in the history
Remove non-writable properties
  • Loading branch information
pomianowski authored Nov 13, 2023
2 parents d9f9fa4 + dbf0fb5 commit 5471719
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Disabled" />
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Auto" />
<Setter Property="ScrollViewer.CanContentScroll" Value="True" />
<Setter Property="VirtualizingPanel.IsVirtualizing" Value="True" />
<Setter Property="VirtualizingPanel.VirtualizationMode" Value="Standard" />
<Setter Property="SnapsToDevicePixels" Value="True" />
<Setter Property="OverridesDefaultStyle" Value="True" />
</Style>
Expand Down

0 comments on commit 5471719

Please sign in to comment.