This is a migrated thread and some comments may be shown as answers.

Tabcontrol bug

1 Answer 62 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
bob thomash
Top achievements
Rank 1
bob thomash asked on 30 Dec 2009, 07:11 AM
Hello Friend !

I don't know why it's happen but psl solve my problem. I m used expander in One RadTab in RadTabcontrol. when I change the Tab, RadExpander lost his state. so i m used TabControl events to handle Expander state(open and close).but when i change the tab so expander property  "IsExpander = false" i gets all content are Open which should not open. mean Debugger gets "Expamder.IsExpander = False" But.........Expander have  open state which should not open.

 


private
void TabControl_SelectionChanged_1(object sender, RoutedEventArgs e)

 

{

 

 

 

 

if(Expander.IsExpanded == true)

 

{

 

}

 

 

 

 

else

 

 

 

 

{

 

}

}

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 05 Jan 2010, 08:09 AM
Hello Bob,

Please have a look at your other thread as an answer has been posted already.

All the best,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TabControl
Asked by
bob thomash
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or