Tiago Freitas Leal asked 2016-08-02 08:41:30 UTC
I attach a dual sample (Winforms/Wisej) solution to show the issue. The Drag&Drop code is the same on both samples, except for the DropTarget Wisej nice innovation.
It's a simple move-nodes-around sample that shows the issue on a MessageBox showing that AllowDrag is set to true, followed by an error message box saying "Dragging not allowed when AllowDrag is false."
The same Wisej sample can be used to test the issue TreeViewNode - Can't set OpenedImageIndex nor SelectedImageIndex. On MainForm.Designer.cs, uncomment the lines
.SelectedImageIndex = 3;
.OpenedImageIndex = 3;
Tiago Freitas Leal asked 2016-08-02 08:41:30 UTC
I attach a dual sample (Winforms/Wisej) solution to show the issue. The Drag&Drop code is the same on both samples, except for the DropTarget Wisej nice innovation.
It's a simple move-nodes-around sample that shows the issue on a MessageBox showing that AllowDrag is set to true, followed by an error message box saying "Dragging not allowed when AllowDrag is false."
The same Wisej sample can be used to test the issue TreeViewNode - Can't set OpenedImageIndex nor SelectedImageIndex. On MainForm.Designer.cs, uncomment the lines
.SelectedImageIndex = 3;
.OpenedImageIndex = 3;