简体   繁体   中英

Right aligned menu item

Following this question: How do I right-align the 'help' menu item in WPF?

I've made a menu which the ItemsPanelTemplate is a DockPanel with HorizontalAlignment="Stretch"

If I add at least one item right aligned, it works fine: http://puu.sh/3uFje.png

But if there is no one item on the right side, this happens: http://puu.sh/3uFmv.png , the MenuItem occupies the entire area that is supposed to be empty.

Any help on that?

If you set the stretching menu to be left aligned it should stay where you put it.

Try:

<MenuItem Header="Finder" HorizontalAlignment="Left">

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM