My user control has two sub-controls, a list and a detail.
- When nothing is selected in the list, I want the list to fill the entire control
- When something is selected, I want the list to fill the top half and the detail control the bottom half.
Dynamically changing the visibility on the detail control is easy. What I'm stuck on is how to resize the list.