Hello
I add dockcontents to the main panel like this mydockcontent.Show(maindock,DockState.Document); I do that for 2 or 3 contents that are put into tabs.
But the one that appears at startup is not always the same, and not really the one I want. I tried to change the order of Show(), use Activate, BringToFront, Focus... my content main is still hidden by another
Is there any function like maindock.ShowThisTab(dockcontent) ? or can I set the order precisely and how ?
Thanks a lot (DockPanel_2_3_1 / .Net 3.5 / C#)
Riccardo
I searched in the forum and asked a question in the forum, but found nothing and had no response.
Thanks