On 08/06/2016 at 18:39, xxxxxxxx wrote:
Hi,
I'm currently using a TreeViewCustomGui to list all of the selection tags on an object. It's going well, but I can't replicate some of the behaviors of the object manager & layers manager I would like. Are these limitations, or am I doing something wrong? I would like:
- Shift + Click for selections: At the moment, I can Ctrl-click to add/subtract individual rows, but holding down shift does not allow for multiple selection as you see in the Object Manager.
- Up/Down Arrow Support: In the OM if I click on an object name and use Up/Down arrows, I can select the objects above/below. Paired with SHIFT I can select lots of objects via keyboard quickly.
- Enter/Return to Rename
- Icons before object names: I'd like to draw the icons after the Hierarchy lines, but before the object name like you see in the Object Manager.
I'm using Niklas' TreeView GitHub Gist as my jumping off point if you want a working code example.
Thanks,
Donovan