Well, as the title suggests I wondered how I could drag and drop read-only cells in Winforms using Visual Basic.Net. I basically have a 9x9 grid and need to allow the user to move the content of each cell around to other cells. Then move the content of the cells around, (that should be easy, just move each content along by one), on a drop event.
So, yeah, Any ideas what would be the best approach for this?
Thank you.
