1

In a Windows Form, where should the Add / Remove buttons go when you have a header record with single attribute children, as below? Should the "Child Items" label be above the list box?

Screenshot

Update:

Trying to apply DripDrop's suggestion:

Screenshot Updated

5
  • In an optimum situation, there probably shouldn't be a separate dialog for adding an entity in the first place, so the question is moot. Commented Dec 4, 2014 at 23:14
  • In an optimum situation you would not be using WinForms. Remove should not even be enabled if an item is not selected. Commented Dec 5, 2014 at 0:09
  • @Jawa it's just an input box. Could have been a textbox on the main form, I just found it easier. Commented Dec 5, 2014 at 15:57
  • @Blam WinForms is what we're using in my company right now. What would you use, WPF? Commented Dec 5, 2014 at 15:58
  • This is a more of a developer talking but WPF is a league up. I can not only do more with less code but with the controls and how they layout deliver a better UX. In WPF everything is a content control so you can put an image or text in a button. You have styles to modify presentation and keep things consistent. WPF has a higher resolution and more colors. Commented Dec 5, 2014 at 16:03

1 Answer 1

1

What you have is fine, and I would!dent move it. What I would suggest is that you group the list and the buttons together, so the user immediately knows that they are together.

EDIT: Yes, that looks great.

1
  • Please see my update with a new screen shot. Is that what you had in mind? A group box? I think it looks better... Commented Dec 5, 2014 at 14:39

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.