This question is locked. New answers and comments are not allowed.
Hi
I think that a layout issue was introduced with 2012 Q1.
In attached image you will notice that the combo box is border is interrupted, i don't apply any special styling, this is the XAML:
<
telerik:RadBreadcrumb
x:Name
=
"crumb"
TextModePath
=
"Title"
HeaderMemberPath
=
"Title"
ImagePath
=
"Image"
ItemsSource
=
"{Binding DriveCollection, Mode=OneWay}"
HierarchicalItemsSource
=
"Children"
HierarchicalMemberPath
=
"Title"
CurrentItemChanged
=
"RadBreadcrumbCurrentItemChanged"
IsIconVisible
=
"True"
Grid.Row
=
"0"
Grid.Column
=
"0"
IsHistoryOpen
=
"False"
IsTextMode
=
"False"
IsTextModeEnabled
=
"True"
IsTextSearchEnabled
=
"True"
Margin
=
"0,0,0,0"
Height
=
"38"
>
</
telerik:RadBreadcrumb
>
This problem was not there in previous version
Best Regards,
Peter