I am in a situation where I want to add usercontrols in a panel. This has to be in a topdown order.
I have done whats explained here to make it act like a stackpanel. However I want the width of each usercontrol to fill out the panel and not be a fixed size.
I tried using tablelayoutpanel and setting it grows attribute to 'add rows' but since I might be in a situation with more space the height is sometimes not constant because it wants to fill out the last row.