3

I have a list of object. I am using the WeifenLuo DockPanel Suite to display each object in the list in a different window. I want to be able to set the active window in the dockPanel so the active window will be the one I selected in the object list.

Does anyone have an idea how to do this?

Marc.O
  • 125
  • 1
  • 11

1 Answers1

1

Next time please first check out our FAQ list,

https://github.com/dockpanelsuite/dockpanelsuite/issues?labels=faq+candidate&page=1&state=closed

You can see that #204 is exactly what you should read,

https://github.com/dockpanelsuite/dockpanelsuite/issues/204

Lex Li
  • 60,503
  • 9
  • 116
  • 147
  • Sorry I did look in the FAQ but I must have mist it. Thanks for the swift reply! – Marc.O Apr 04 '14 at 07:25
  • Sometimes contents might not yet arrive in FAQ section ASAP. So except FAQ, you might also read closed questions, https://github.com/dockpanelsuite/dockpanelsuite/issues?labels=question&page=1&state=closed They are the questions previous discussed by the community. – Lex Li Apr 04 '14 at 09:14
  • Hey @LexLi, I have search around on it, but it's still not working. – Vishal Kiri Feb 03 '16 at 13:32