This question is locked. New answers and comments are not allowed.
I am having some problems customizing the appearance of a RadSeparator inside a RadToolBar. I am just trying to get something working a simple project before I apply it to my actual work.
If I open this in Blend, and attempt to edit a copy of the default style, it seems to give me the style for a RadMenu? Is this something with SL3 possibly? I assumed that the style for a RadSeparator would be pretty small like a couple of rectangles maybe? Am I using these incorrectly? I even tried to override the "Template" property of the RadSeparator itself but it didn't seem to work...
| <UserControl x:Class="SilverlightApplication18.MainControl" | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:TNC="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation" | |
| > | |
| <Grid x:Name="LayoutRoot" Background="White"> | |
| <TNC:RadToolBarTray> | |
| <TNC:RadToolBar> | |
| <TNC:RadSeparator> | |
| </TNC:RadSeparator> | |
| </TNC:RadToolBar> | |
| </TNC:RadToolBarTray> | |
| </Grid> | |
| </UserControl> | |
If I open this in Blend, and attempt to edit a copy of the default style, it seems to give me the style for a RadMenu? Is this something with SL3 possibly? I assumed that the style for a RadSeparator would be pretty small like a couple of rectangles maybe? Am I using these incorrectly? I even tried to override the "Template" property of the RadSeparator itself but it didn't seem to work...