This question is locked. New answers and comments are not allowed.
Hi,
We are using a RadBreadCrumb for displaying a path. However, when the BreadCrumb is embedded in a Scrollview, it no longer receives focus for typing when the BreadCrumb is clicked with the mouse. There is no cursor and typing does not have any effect.
This does work when the BreadCrumb is not embedded in a ScrollViewer.
It can easily be reproduced with the following xaml code snippet:
<
ScrollViewer
>
<
telerik:RadBreadcrumb
/>
</
ScrollViewer
>
Is this a known issue?
Thanks