Hi,
I'm using AvalonDock v 2.0 and I have two tabs. The first tab contains some control, the other tab contains a button. When I click on the button, the button updates data of the control on the first tab. My problem is, when I go to the second tab and is clicking on the button the control on the first tab doesn't update, because the first tab area is invisible. But, when the first tab is floating and click on the button, everything is ok. I found some code http://www.codeproject.com/Articles/460989/WPF-TabControl-Turning-Off-Tab-Virtualization for the resolve same problem into the TabControl, but can I implement it for the AvalonDock TabControl? Any idea?
Thanks,
Arthur
I'm using AvalonDock v 2.0 and I have two tabs. The first tab contains some control, the other tab contains a button. When I click on the button, the button updates data of the control on the first tab. My problem is, when I go to the second tab and is clicking on the button the control on the first tab doesn't update, because the first tab area is invisible. But, when the first tab is floating and click on the button, everything is ok. I found some code http://www.codeproject.com/Articles/460989/WPF-TabControl-Turning-Off-Tab-Virtualization for the resolve same problem into the TabControl, but can I implement it for the AvalonDock TabControl? Any idea?
Thanks,
Arthur