Hello,
I've been asked to design a UI that would allow users to drag selections from a column on the left to a table-like structure on the right. I've found some very useful tutorials but I have not been able to find anything that explains how to drop items into individual cells on a table.
Any advice would be greatly appreciated.
Thank you.
~J
p.s. It is a guess for me that using WPF would be good for this, but I'm a little unsure where to start. I usually use WinForms and that is just populating datagrids and the like.