vote up 0 vote down star

Is there a way that I can suppress the space to the left of a MenuItem's text?

alt text

Something like LeftAreaVisible="Collapsed" (pseudo-code) below:

<Menu DockPanel.Dock="Top">
    <MenuItem 
        LeftAreaVisible="Collapsed"
        Header="MVVM" ItemsSource="{Binding MvvmMenuPageItemViewModels}"
              ItemTemplate="{StaticResource MainMenuTemplate}"/>
</Menu>
flag

1 Answer

vote up 0 vote down

Similar question:

http://stackoverflow.com/questions/641634/default-contextmenu-style-wpf

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.