
I’m a little confused about your layout controls when using a ComboBox and a TextBox. I can’t get labels on the left. I have four controls: a ComboBox, a TextBox, another ComboBox, and a button. When I place these controls in the group without any layout control, I get four columns but the button is the only one with a label. When I put them in a RowPanel, I get two rows two controls each, but the button is the only one with a label. When I put them in a StackPanel, I get three columns with labels on the top, not on the left side. So how do I get the Box controls to show labels on the left?