Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
Drag & Drop Handling
posted

Hi,

I want the UltraGrid to allow dragging of Cells. This works ok but in some cases I set the DragDrop to None if it is not allowed to drag some certain content. This works. BUT: I want that this is only handled, if the content below the mouse is a grid-cell and I can't find a appropriate method to check that. I already noticed the UIElement.IsAccessibleElement property but this will not work, if I for instance try to enlarge the size of the last visible column to the right.

Are there in-deep-examples?

Thanks!