Posted 17 years ago
by MichaelEhlert
-
Boll und Partner Software GmbH
Well, here's another problem, maybe not a Ribbon issue:
I have a Ribbon-Window containing a frame, this frame is showing different (xaml) pages.
On one of those pages i would like to enable "Drag and Drop", but i don't receive any DragEnter / Drop events. AllowDrop is set to True (for the page and for a WrapPanel on the page), Drop= and DragOver properties are set, but the handlers never get invoked.
Same on a plain WPF Window is working pretty well. (Ok for WrapPanel, not working for an Image)
Any hint is apreciated...
Michael
I have a Ribbon-Window containing a frame, this frame is showing different (xaml) pages.
On one of those pages i would like to enable "Drag and Drop", but i don't receive any DragEnter / Drop events. AllowDrop is set to True (for the page and for a WrapPanel on the page), Drop= and DragOver properties are set, but the handlers never get invoked.
Same on a plain WPF Window is working pretty well. (Ok for WrapPanel, not working for an Image)
Any hint is apreciated...
Michael