joepal wrote:Brainstorming a bit, I guess a navigatable tree could be possible. Select parent, get list of children, ability to click a child to "move down" a step and have that child as parent in the view. Inferior to an actual tree view admittedly, but it would not clutter the UI.
If I undestand correctly, the difference to what I have now would be that you cant see the full hierarchy but just the level you are currently at. One advantage being that you would need no buttons for the expansion, you just click on an item. And then only one button for going up to the parent level again.
I can try to implment that and see how it looks.
At the same time, this gives me the idea that I might stick with the current solution and just remove the buttons - one click expands the item and the next one collapses it again. Though actually I dont really know how to make a list item clickable - except by making it an Operator button, which again gives the threedimensional, thickish look. Maybe I just need to figure out how to create an operator button that is just text withouth any kind of border?