Hello Richard Harrigan,
RadToolBar uses
StackPanel in its default
ControlTemplate and that is why it is not possible to align the
RadMenu on the right side of the
RadToolBar using
HorizontalAlignment or
HorizontalContentAlingment. The default
RadToolBar's orientation is horizontal and a horizontal orientated
StackPanel Width is measured based on the width of its children.
I have attached a sample project where you can see a possible approach for working around the problem with the
RadMenu's alignment.
About the element with the vertical list of periods - the
RadToolBar has a
GripVisibility property that controls the visibility of the grip element and can be set it to "
Collapsed" if you want to hide it.
Kind regards,
Stefan
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>