1
我附上事件處理程序的邊界,但似乎他們只當我拖過一個孩子TextBlock
C#/ WPF:事件處理只觸發時在子元素
<Border BorderThickness="5" CornerRadius="20" Margin="15" BorderBrush="Black" AllowDrop="True" DragEnter="Border_DragEnter" Drop="Border_Drop">
<TextBlock Text="Drop images here" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="20" FontWeight="Bold" />
</Border>
如果添加填充=「10」到你的邊界,然後拖過周圍的文本框中出現填補區域,做你的事件處理程序被調用? – 2010-10-05 09:09:07