How can I create personalized menus in WPF?
        Posted  
        
            by Erik Vullings
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Erik Vullings
        
        
        
        Published on 2010-04-18T15:13:29Z
        Indexed on 
            2010/04/18
            15:23 UTC
        
        
        Read the original article
        Hit count: 377
        
I'm working on an XmlEditor (similar to XmlNotepad, but using WPF) in which I want to implement personalized menus. I.e. only show the most popular MenuItems on first open, and show all MenuItems when the user explicitly asks for it, either by clicking on the double arrow at the bottom or waiting for a certain amount of time.
I'm specifically looking for feedback on how I should approach this problem: any thoughts are appreciated!
© Stack Overflow or respective owner