Skip to content

TreeView doesn't honour AllowDrag #196

Description

@itg-assistant

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    GeneralQuestions, how-tos and everything else.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions