Hello,
previously everything worked as expected with RadTabs. Even trying the latest internal builds gave me the same error.
Doing simple things like :
previously everything worked as expected with RadTabs. Even trying the latest internal builds gave me the same error.
Doing simple things like :
<telerikNavigation:RadTabControl>
<telerikNavigation:RadTabItem Padding="4 1" DropDownContent="Slider" IsSelected="True">
<telerikNavigation:RadTabItem.Header>
<Image Source="/Dashboard;component/Resources/test.png" Margin="3" />
</telerikNavigation:RadTabItem.Header>
<telerikNavigation:RadTabItem.Content >
<Image Source="/Dashboard;component/Resources/test.png" Margin="3" />
</telerikNavigation:RadTabItem.Content>
</telerikNavigation:RadTabItem>
</telerikNavigation:RadTabControl>
crashes the application. Do you know about this issue or shall I come back with a quick test project to reproduce it?
Thanks,
Emanuel