Hello:
I defined a Window in WPF, into this one I put a "stack panel" and inside this panel I put a "tab control" and some "button controls".
When executing the program, I would like that when I have to resize the window using the mouse, the stack panel and all controls inside it can also be resized automatically and proportionally to the window.
How can I get this?
Thanks!!