We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Select and bring to front a ContentControl from code

I have a Docking manager with Four ContentControl inside
3 are docked on the left side as a tabbed serie, and one is the Documents container.

I need to be able to select and made active bringing into view one of the three ContentControls on the side from code.

I've Tried both:

DockingManager.SetIsSelectedTab(myContentControltrue);
myContentControl.BringIntoView();
But it seems not the correct thing to do or I'm calling it wrong and the Tabbed content control remains unselected and behind another control.
What am I doing wrong??
thank you in advance
Sabrina

2 Replies

SC sabrina c. February 19, 2016 10:17 PM UTC

I've been too fast, did not look at the KB but only tried a search probably with wrong terms.
sorry I've found the KB article explaining how to do it
thank you again !!!


VJ Victory Jessie Selvam D Syncfusion Team February 22, 2016 04:29 AM UTC

Hi Sabrina,

Thank you for using Syncfusion products.

We are glad to see that your issue has been resolved at your end.

Please let us know in case of further assistance.

Regards,
Jessie

Loader.
Up arrow icon