sbaeumlisberger / VirtualizingWrapPanel

Implementation of a comprehensive VirtualisingWrapPanel for WPF
MIT License
254 stars 35 forks source link

[Bug] Disable VerticalScrollBar will make VirtualizingWrapPanel behave weird #16

Closed CoelWu closed 3 years ago

CoelWu commented 3 years ago

Describe your issue I'm trying to hide ScrollViewer's VerticalScrollBar for my ListView. When I try to set the ScrollViewer.VerticalScrollBarVisibility to hidden, a lot of items disappeared and I can scroll to empty areas. See this gif for a clear view of what's happening.

example

Thanks for helping!

Version Info Package Version: 1.5.3 .NET Version: .NET 5 Platform: WPF OS Version: Windows 10 Build 18363.1440

sbaeumlisberger commented 3 years ago

Hey, thanks for reporting this issue. I have investigated it and I have commited a fix just now.

sbaeumlisberger commented 3 years ago

Here you can download a package with the fix. Please let me know if this solves your issue. VirtualizingWrapPanel.1.5.4-dev.zip

CoelWu commented 3 years ago

Hi, thank you so much for helping and fixing! I will try it as soon as possible.

CoelWu commented 3 years ago

Hi @sbaeumlisberger, this bug was fixed perfectly! Thank you so much for helping! :D

sbaeumlisberger commented 3 years ago

The updated package is online: https://www.nuget.org/packages/VirtualizingWrapPanel/1.5.4

CoelWu commented 3 years ago

The updated package is online: https://www.nuget.org/packages/VirtualizingWrapPanel/1.5.4

Got it! Thank you so much for helping again! :D