Is it possible to have a <StackPanel>
or labels (or buttons, whatever) going horizontally across it's parent control (e.g. Window
) and have it fill out all the space allowed?
For example if I had 3 controls
_ window width__
[ 1 ]__ [ 2 ] __ [ 3 ]
or 2 controls
_ window width__
[ 1 ]_______ [ 2 ]
in each case the full width of the window is being utilized with each edge control being left and right justified respectively.