Drag and drop between ListBox items and Grid cells in WPF?
-
Hi There is a list box with some items in it. Also there is a grid with 3x3 matrix. The user will be dragging an item and dropping on one the cells of grid. Most of the samples I found are about dragging-dropping from one listbox to another listbox. But I want to drop in one cell of grid. How can I acheive this? Please advise. thanks PJ
Follow your goals, Means will follow you ---Gandhi---
-
Hi There is a list box with some items in it. Also there is a grid with 3x3 matrix. The user will be dragging an item and dropping on one the cells of grid. Most of the samples I found are about dragging-dropping from one listbox to another listbox. But I want to drop in one cell of grid. How can I acheive this? Please advise. thanks PJ
Follow your goals, Means will follow you ---Gandhi---
I think this might have to do with FrameworkElements and FrameworkContentElements have a look at my tip/trick Build a bridge between FrwmeworkElement and FrameworkContentElement[^] it might help, but this is just a buck wild shot guess. There is also a link to the main article that I get the info from on drag and drop between these elements. ~TheArch
"Make everything as simple as possible, but not simpler." -- Albert Einstein