in

DĂ© specialist in .NET trainingen en consultancy

Jo-wen Mei

Multiline TextBox in WPF

When I want a multiline textBox in WPF, I keep thinking of the MultiLine property, which is only used in Winforms.

So here's a note-to-self:

<TextBox Height="40" AcceptsReturn="True" VerticalScrollBarVisibility="Auto" TextWrapping="Wrap" />

Published mei 04 2009, 02:51 by Jo-wen
Filed under:

Comments

No Comments