icsharpcode / WpfDesigner

The WPF Designer from SharpDevelop
MIT License
958 stars 259 forks source link

TabControl Button Enter To TabItem #72

Open mansai opened 3 years ago

mansai commented 3 years ago

Sourcecode from https://github.com/icsharpcode/WpfDesigner/tree/master/SimpleSample image

<local:ToolBoxItem Type="{x:Type TabControl}" />

Press Alt key,Button TabHeader, How to put it in the TabItem? image

jogibear9988 commented 3 years ago

Don't understand your issue.

mansai commented 3 years ago

Button or Input Text or grid Component drag to TabControl,Why is it at the TabHeader?

jogibear9988 commented 3 years ago

When the TabItem has a Grid or Canvas in it's conent it will work. Think maybe it is a problem if you add an empty tab item. Cause the content does not an area reacting to drag/Drop