ButchersBoy / Dragablz

Dragable and tearable tab control for WPF
http://dragablz.net
MIT License
2.22k stars 328 forks source link

VS Designer: Not able to mouse select something inside a TabablzControl #113

Open grossmann opened 8 years ago

grossmann commented 8 years ago

If I try to select something in the Design window (VS 2015) with the mouse only the TabablzControl control gets selected. Using the XAML view or document outline is still possible. A similar issue was poster for MaterialDesignInXamlToolkit see here: https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/issues/317

Akaike0 commented 8 years ago

Have the same problem with vs 2013. Would be pretty nice if someone could fix that. I love dragablz but this is pretty annoying.

KushFace commented 7 years ago

Same problem here. Im Using VS2015 All Things in the TabItem doesn't shown. It shows after pressing F5 Button to debug. Then I see my created Button for example. But the Designer still shows the Button if I deleted the Button in the XAML code. The XAML Designer doesn't update when XAML Code changed.

ghost commented 7 years ago

I am having this issue as well. I am unable to select any of the controls that are under the TabablzControl TabItems in the WPF Designer. I also have the issue with new controls not showing up until I build the solution or kill the WPF Designer and restart it. I am able to select other controls that are not inside the TabablzControl without issue.

ButchersBoy commented 7 years ago

Hi...a quick work around is to just put your tab content in a UserControl, and work with that in its own designer window

annongeek commented 5 years ago

That's kinda pointless, consider half the time you would need to use items in that tab control and binding and then making model instance is pointless.