Resizing TextBox At Runtime in WPF
- by j-t-s
Hi All,
Was just wondering how I would go about letting the user resize a TextBox control at runtime by dragging its corners in WPF. Less importantly, is the same technique used for the resizing of all controls?
Thank you :)