-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
When adding a Button inside the itemtemplate, it is not clickable. The same happens to other command invoking elements.
<dragablz:DragablzItemsControl.ItemTemplate>
<DataTemplate DataType="system:Int32">
<WrapPanel Width="100" Height="50" Tag="{Binding}">
<TextBlock VerticalAlignment="Center" Foreground="White" Width="auto" HorizontalAlignment="Center" Text="{Binding Name}" />
<Button Height="20" Width="40" Command="ApplicationCommands.New">New</Button>
</WrapPanel>
</DataTemplate>
</dragablz:DragablzItemsControl.ItemTemplate>
The same button works when adding outside the draggableitemscontrol (inside the same grid),
Logikoz and gamerchamper
Metadata
Metadata
Assignees
Labels
No labels