Hi,
As an alternative we could add a stackpanel to the header of the RadPanelBarItem, but we would prefer to use default properties of the RadPanelBarItem.
We are trying to get an icon next to the header text on a RadPanelBarItem. We tried the two properties of the RadPanelBarItem:
- DefaultImageSrc
- ExpandedImageSrc
But no icon is showing up in the panelbar item. Is the approach shown below not working?<
telerik:RadPanelBarItem
x:Class
=
"UI.PlanNavigationView"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
Header
=
"{Binding Title}"
IsSelected
=
"{Binding IsSelected}"
DefaultImageSrc
=
"/Prodigy.UI.Infrastructure.Silverlight;component/Images/planboard_24.png"
ExpandedImageSrc
=
"/Prodigy.UI.Infrastructure.Silverlight;/Images/planboard_24.png"
>
Can anyone provide help on this topic?
Kind Regards,
Vincent