Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Ribbon Tech Support » Drop on a Gallery - Control inside a ribbon Collapse All
Subject Author Date
patrick fritzsch Nov 26, 2010 - 7:39 AM

I tried to drop a file on a gallery control inside a ribbon, but this didnt work. Actually it seems that any Drop Events are called, when i am using a control in a ribbon. Is it possible?

Technical Support May 23, 2011 - 12:00 PM

Thank you for the bug report. It will be fixed in version 4.2 which is coming these days. You will also need to set the Ribbon.AllowDrop property to true because a gallery inside the ribbon doesn’t have a window handle itself and needs this message to be delegated from the ribbon.

patrick fritzsch Nov 26, 2010 - 7:46 AM

more info:


 


Designer generated code:


this.gallery.AllowDrop = true;


this.gallery.DragEnter += new System.Windows.Forms.DragEventHandler(this.gallery_DragEnter);


 


Elegant UI 3.7 Dlls