Last week I was in the need to use a WPF TextBox that had multi line capabilities. I started Typing Multi and hit CTRL + Space to get the intelisense and I was shocked! No MultiLine TextBox, I did get the following:
But no MultiLine TextBox
1: <MultiBinding></MultiBinding>
2: <MultiBindingExpression></MultiBindingExpression>
3: <MultiDataTrigger></MultiDataTrigger>
4: <MultiTrigger></MultiTrigger>
WPF has a great feature for spell checking called SpellCheck, which is applied on TextBox and RichTextBox controls. In this post I will explain about it and how can it be customized. Lets go back to the start, to activate the spell checker just set SpellCheck.IsEnabled property to True. Easy, right?. Take a look at [...]
We pay for user submitted tutorials and articles that we publish. Anyone can send in a contribution
Learn More