Skip to content

Latest commit

 

History

69 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Menu Radical Fix

Menu Help Pre-built demo

Replaces WPF System.Windows.Controls.Menu and System.Windows.Controls.ContextMenu and fixes long-standing issues:

  • Icons are no longer clipped, no matter what their sizes are.
  • Therefore, font glyphs can be used for icons.
  • Icon area is no longer shown when there are no icons.
  • No more ugly gutter in the icon area.
  • Separators are controllable. Now they span the entire width of a vertical menu or a submenu by default.
  • All essential stylistic properties on the menu inner content are exposed, so there is no need to write menu templates.

Additionally implemented and seriously corrected:

  • CheckBox
  • RadioButton

A new feature is the innovative RadioMenuItem. Radio items are grouped using RadioMenuItemGroup property of type System.Object. This way, the groups can be bound to the framework elements.

Detailed help

Usage demo: Pre-built demo
(All prebuilt executables are built on the GitHub server and are safe.)

About

WPF Menu Radical Fix

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages