Reorg window handling and add drag handler
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<interactivity:Interaction.Behaviors>
|
||||
<foundation:DropTarget Mediator="{x:Bind ViewModel.Mediator}" />
|
||||
</interactivity:Interaction.Behaviors>
|
||||
<StackPanel AllowDrop="True" Background="Red">
|
||||
<StackPanel AllowDrop="True">
|
||||
<TextBox HorizontalAlignment="Stretch" Text="{x:Bind ViewModel.Name, Mode=TwoWay}" />
|
||||
<GridView
|
||||
x:Name="GridView"
|
||||
|
||||
Reference in New Issue
Block a user