sbaeumlisberger / VirtualizingWrapPanel

Implementation of a comprehensive VirtualisingWrapPanel for WPF
MIT License
242 stars 33 forks source link

Mark VirtualizingPanelBase scroll input methods as virtual #62

Closed Yuki-Codes closed 2 months ago

Yuki-Codes commented 2 months ago

this makes the VirtualizingPanelBase class the same as the WPF VirtualizingStackPanel where these mthods are also virtual.

( I need this to implement smooth scrolling the same way across both 🙏 )