Hi,
I have a XamDockManager, with some Tabbed Documents. Each ContentPane contains a UserControl. The problem I'm having is this; when one of my UserControls is the Active pane, and I try to open another ContentPane and call Activate, the new pane very briefly shows, but then the previous pane is reactivated.
What would cause a Tab to Activate on it's own? I'm only calling Activate in one place where I add a new ContentPane tabbed document.
Thanks
Andy
It can't hurt so you can certainly provide that but I suspect there won't be anything visually that would provide clues as to what is actually occurring.
I'm working on getting something you could try,but it's difficult because there's a lot of code to change to make it work without the database. Would a video showing the problem help?
Can you possibly make a copy of your application that has this issue and remove the unneeded aspects? If not and you can provide the application itself such that we can run it and see the issue then you could submit it to the support group and we can investigate it that way.
Well, I'm still at a loss on this. I can't create a sample which demonstrates the issue, but the only way to fix it is to remove the DockManager on the control which does not take focus.
I'm not sure why the presence of a nested dockmanager would cause the problem but its possibly related to a different issue regarding nesting dockmanagers. Can you post a working sample that shows the problem?