You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@robert-abeo, we are really grateful that you are giving the new Fluent styles a try and finding out issues in the templates. We will keep working iteratively for fixing the issues. We have worked on some of your issues and raised PR ( #9958 ) to fix it and will keep working on rest of the issues as well.
Description
The Fluent2
ContextMenu
doesn't support scrolling which is a mistake in the control template:wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ContextMenu.xaml
Lines 41 to 45 in e16222f
Compare this to the
MenuItem
which is correct:wpf/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/MenuItem.xaml
Lines 107 to 109 in e16222f
The fix is simply:
Reproduction Steps
See above
Expected behavior
Vertical scrolling is supported
Actual behavior
No vertical scrolling
Regression?
No response
Known Workarounds
No response
Impact
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: