Right-align help menu in a WPF application By andre August 13, 2012 If you want to right-align the “Help” (or any other) menu entry in your menu bar in a WPF application, you can use the following example: Code sample taken from here . Computers