Category Archive: WPF

Aug
11

Using Style & Triggers For Complex Interactivity

Many times I try to take as much of the presentation logic out of the viewmodel as possible.  While using a MVVM pattern, sometimes it’s easy to be lazy and create boolean or visibility properties to handle logic on the front-end.  This week I’m showing a quick way to abstract that logic to the view …

Continue reading »

Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2011/08/11/using-style-triggers-for-complex-interactivity/

Mar
09

WPF AutoCompleteBox

Thanks Microsoft… for two things 1. Making a new AutoCompleteBox for WPF included in the February 2010 relase of WPF Toolkit: http://www.codeplex.com/wpf 2. Not letting any devs know that this was in the pipeline, since half of the internet’s WPF developers went on ahead and recreated their own imperfect (read: basterdized) versions of the AutoComplete …

Continue reading »

Permanent link to this article: http://blogs.dotnetkicks.com/seesharprun/2010/03/09/wpf-autocompletebox/