Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

WPF refuses to Show design when using contextMenu

$
0
0

When i use ContextMenu in a window, then SharpDevelop IDE refuses to show design time of xaml file.

<Window.ContextMenu>
    <ContextMenu>
            <MenuItem Header="Add"/>
            <MenuItem Header="Change"/>
            <MenuItem Header="Find"/>
        </ContextMenu>
</Window.ContextMenu>

This is a WPF app using .NET framework 4.0.

 

PS: Same issue is as with nitly build and in stable release


Viewing all articles
Browse latest Browse all 1764

Trending Articles