-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: KryptonTreeView Multi Node Select #215
Comments
My $0.02 worth: So that the developers can Add the extra features. Note: The |
I agree, and this change would just be a theme upgrade which gives the user the ability to show the checked state with a node color instead of a checkbox image. |
Having investigated this: I think that the @Wagnerp thoughts ?
|
@Smurf-IV Yes, will add tags now |
…#MultiSelect` to reflect usage - New TreeView Designer value `MultiSelect` allows drawing of selected items and retrieval via `CheckedNodes` - Some Nullables #215
Most advanced TreeView controls in other libraries support selecting multiple nodes in the view.
This could be visually added to the existing KryptonTreeView control with a simple workaround. Currently, the control uses the palette StateChecked coloring to draw the selected node (see line 1966 of KryptonTreeView.cs). A single designer property could be added to allow drawing the StateChecked coloring if the node is either selected OR if the node is checked. Then users could use each node's checked property to visually simulate multi selection.
Alternatively, the control could be updated with true multi selection, but this would be much more difficult.
The text was updated successfully, but these errors were encountered: