digimezzo / WPFControls

WPF Controls (deprecated by Foundation project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

very slow scrolling speed with VirtualizedWrapPanel

julesx opened this issue · comments

I believe the scroll speed should be adjusted based on the child height setting.

currently, it scrolls a tiny amount when it should be scrolling around the height of one child item.

this virtualized wrap panel is already amazing, if this could be improved it would be fantastic

This should be easy to do. I'll have a look at it this weekend.

I fixed this in 24fad39 BY default the VirtualizedWrapPanel scrolls by child height, unless you explicitly specify a ScrollOffset in the WrapPanel, then it will scroll by the specified offset in pixels.