Hi
If I click the close button in my TabItem it closes the first time the tab is opened, from then on to close any open tabs I must click the close button twice, has anyone seen this and is there a workaround?
Thank you,
Patrick
If I click the close button in my TabItem it closes the first time the tab is opened, from then on to close any open tabs I must click the close button twice, has anyone seen this and is there a workaround?
Thank you,
Patrick
<telerik:RadTabControl ItemsSource="{Binding Path=ActiveControllers}"> <telerik:RadTabControl.ItemTemplate> <DataTemplate> <telerik:RadButton ToolTip="Close" Click="OnClose"> <Image Width="12" Height="12" Source="/O;component/I/Delete.png"/> </telerik:RadButton> </DataTemplate> </telerik:RadTabControl.ItemTemplate> </telerik:RadTabControl>