ButchersBoy / Dragablz

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

BUG : VS2017 Designer Editor | Selection Issue #191

Open NothingFaceX opened 6 years ago

NothingFaceX commented 6 years ago

Hi , in vs2017 when you create a Dragablz in your window , you can't select anything else ! I updated visual studio to latest version but nothing is different ... Video Attached : bug.mp4

ButchersBoy commented 6 years ago

Yes, this is a known issue. The easiest thing is for you to break your tab content into individual UserControls so you can work with them in the designer in isolation.

NothingFaceX commented 6 years ago

@ButchersBoy thanks for response , I use VS2012 for tab designs and switch on VS2017 , It's okay but It'll be cool if you fix it in future . Regards