Hi,
External file drag and drop into gadget using Silverlight 4.0 - not working.
XAML Code:
========
<StackPanel Background="DarkGray" AllowDrop="True" Drop="StackPanel_Drop">
C#:
==
private void StackPanel_Drop(object sender, DragEventArgs e)
1. Function -> not calling:--> what is the issue?
2. Gadget External file drag and drop - not support?
3. How to fix?
Edit by admin: no contact info permitted on the forum, thank you
