Best practices for dimensioning control panels in WPF

Posted by vizcaynot on Stack Overflow See other posts from Stack Overflow or by vizcaynot
Published on 2010-04-01T13:42:24Z Indexed on 2010/04/01 13:53 UTC
Read the original article Hit count: 380

Filed under:
|
|
|

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!!

© Stack Overflow or respective owner

Related posts about wpf-controls

Related posts about wpf