Good day
im using Rad 2010 Q2
<telerik:RadTabItem.Header> <StackPanel FlowDirection="LeftToRight" Orientation="Horizontal"> <Image Source="/Images/b-blue.png" Height="16" Width="16" /> <TextBlock Text="Case" Margin="5,0,0,0" /> </StackPanel> </telerik:RadTabItem.Header>
this code is working fine showing Icon + header
> But without save/loadlayout !
first case : when loading layout and it has been saved before code implemented it shows no Image
second case : when save the new layout and trying to load it , it shows System.Windows.... instead of both (header name & image)
(raddocking flow direction is left to right and saving/loading layout is working fine before the use of header image)
help ! :)
Thanks in advance ,sam