TreeView

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

Language: VB.NET
Version: 1.1.4322
PPC SDK: 2003

I am new to .NET CF. Any ideas how to add a Drag-and-Drop functionality to
a TreeView? Or any good articles to lead me down the right path? I have
searched and searched but I have had no luck finding anything.

Thanx in advance
 
Drag and drop is not supported on the platform and you will have little luck
doing your own with the standard controls since most of the useful events
(MouseDown, Click etc) are missing. I suggest revaluating the end user
requirement and solving it with a different design approach.

BTW you confused the CF version number with the desktop. CF version info is
here:
http://wiki.opennetcf.org/ow.asp?CompactFrameworkFAQ/DeterminingVersion

Cheers
Daniel
 
Back
Top