spiegelp / MaterialDesignExtensions

Material Design Extensions is based on Material Design in XAML Toolkit to provide additional controls and features for WPF apps
https://spiegelp.github.io/MaterialDesignExtensions/
MIT License
754 stars 122 forks source link

Cannot scroll a SideNavigation #162

Open honguyenminh opened 2 years ago

honguyenminh commented 2 years ago

I'm having a SideNavigation that can be too long to fit in a screen. I tried putting it inside a scrollviewer. It gets shortened, the scrollbar shows up, and I can click and drag the scroll bar to scroll the side nav. But scrolling the mouse only works if mouse is hovered on the scrollbar, if I hover it on the sidenav then it doesn't work.