Define global textbox (or other control) width in WPF
Posted
by John B
on Stack Overflow
See other posts from Stack Overflow
or by John B
Published on 2010-03-24T23:41:09Z
Indexed on
2010/03/24
23:43 UTC
Read the original article
Hit count: 180
I'd like to be able to maintain the width of controls globally throughout my WPF application.
Previously in winforms world I'd override onload in a base form and iterate through all controls and containers and determine the type of controls and set the dimensions accordingly.
I guess I could do the same in WPF but is there any better way to do this?
© Stack Overflow or respective owner