Is it possible to make the elements within a WPF toolbar have a HorizontalAlignment of Right?
I realize this is an old topic, but it still pops up when asking the question. This is how I handle this question:
Effectively: I create two toolbar objects and have them on the same Grid.row. The first one has default (left) alignment, the second one is right aligned. It seems to do the trick for me.