Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 05ddcf4

Browse files
committed
Items Control can also be a Control container, so allow Placement in it!
1 parent 0859453 commit 05ddcf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/Extensions/DefaultPlacementBehavior.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ namespace ICSharpCode.WpfDesign.Designer.Extensions
2121
[ExtensionFor(typeof(ContentControl))]
2222
[ExtensionFor(typeof(Border))]
2323
[ExtensionFor(typeof(Viewbox))]
24+
[ExtensionFor(typeof(ItemsControl))]
2425
public class DefaultPlacementBehavior : BehaviorExtension, IPlacementBehavior
2526
{
2627
static List<Type> _contentControlsNotAllowedToAdd;

0 commit comments

Comments
 (0)