Tagged Questions
7
votes
4answers
193 views
Where to place controls on a tree/list
I have a chronological list of items. The user can operate on these items with three actions.
So each row has three actions (or buttons for example).
My dilemma is thus:
Having three buttons on ...
2
votes
3answers
178 views
Buttons for showing None, Some or All of list
I have a set of list headings eg.
List One (24)
List Two (34)
etc. and I want to start with them collapsed, but allow the user to view the first 10, or expand to view all. So, I have setup so the ...
2
votes
5answers
652 views
Select item from a list to be added to another list
I have an application implemented with Java Swing. The main view of the applications is divided in a left side and a right side. The top of the right side contains a SearchField, and a list of search ...
1
vote
2answers
845 views
Android list layout for search results
I'm making an android app that queries an http endpoint and displays the results with a list. Currently the results appear 10 at a time which the user navigates with next/prev. buttons. The other day ...