Jun
5th | 2008

The Use of Environment.NewLine In a WPF MultiLine TextBox

Posted by Amit |
Filed under .Net, WPF |

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>


Continue Reading...
Mar
25th | 2008

Customize SpellCheck on WPF Text Controls

Posted by Shahar Y |
Filed under WPF |

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 [...]


Continue Reading...

Search Dev102