Tagged Questions
2
votes
3answers
342 views
UI pattern for selecting a rule (from a list of many) and applying to multiple items in a tree
I have considered using a side by side panel design. A list of rules on the left, and a tree navigation on the right - however the tree structure could get very nested. I am concerned how a user would ...
6
votes
2answers
242 views
Best way to give user two controls (expand and select) on a single object
We're working on an organizational tree visualization, for each node (circle) in the tree the user has two options - expand the node to see its children OR select the node
In general, the primary ...
15
votes
6answers
2k views
Hierarchical multi-state tree check box selection
I'm searching for a good/alternative solution to handle multi-state selections in a check box tree. A normal check box tree is mostly doable, because it has three different states.
It might not be ...