benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.73k stars 145 forks source link

ContextMenu MenuItem templates missing scrollviewers #170

Open CBeatt13 opened 2 years ago

CBeatt13 commented 2 years ago

MenuItem styles are missing ScrollViewers used by ContextMenu when the desired height of the ContextMenus items are less than the menu's height. By default when this happens Context Menu's provide an up/down arrow to allow the user to scroll through the menu to access items not yet visible. The styles provided do not have this functionality and if too many items are in the context menu the rest simply don't render leaving no way for the user to access the additional items.