Ribbon PopupButton closing during DragDrop

Ribbon for WPF Forum

Posted 14 years ago by Ray Huger
Version: 10.1.0522
Avatar
I have a Ribbon PopupButton whose content is a DockPanel containing a ListBox and several other controls. When I call:

DragDropEffects effects = DragDrop.DoDragDrop(listbox, d, DragDropEffects.Copy | DragDropEffects.Move);

The popup closes and the DragDropEffects come back None.

I would really like to be able to sandwich the DoDragDrop like this:

myPopupBtn.CanClose == false;
DragDropEffects effects = DragDrop.DoDragDrop(listbox, d, DragDropEffects.Copy | DragDropEffects.Move);
myPopupBtn.CanClose == true;

Is there any current solution to my problem?

Comments (1)

Posted 14 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Ray,

It's hard to say. It would be helpful if you could make a simple sample project that shows the issue and email that to us so we can have a look. Please make sure you don't include any .exe files in your ZIP.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.