Friday, 25 May 2012

Multiline editing

I wanted to allow the user to enter an address as a multi-line field rather than a group of single line edit boxes.  In winforms, you can set the multiline property to true, but in WPF, you need to set 3 properties as described in this article;

http://adnan8t2p.blogspot.co.uk/2009/03/wpf-multiline-textbox.html


No comments:

Post a Comment