I have a Form and I want to add two controls: a ComboBox and a ListView. The ComboBox has to occupy the upper part, while the ListBox all the remaining space.
Like in the following picture:
What have I to do? What are the right properties to modify?