Browse by Tags
All Tags »
WPF (
RSS)
Via Stefan's post . Wonderful News! You can enable intellisense in blend You need to install a plug-in and there's a few gotcha's so do read Stefan's post for all the details. A great discovery :)
Via this post . I won't elaborate so much about it, do read Lester's post in the link above. The new feature introduces useful and simple usage to control string formatting in binding statements. No need to use converter everywhere :) A good thing...
Via this post from WiredPrairie blog. The post holds links that explain approaches for extending the binding extensions. Extending "Binding" or "BindingBase" is pretty tacky, this is due to the fact that BindingBase.ProvideValue is...
A pretty common animation when dealing with WPF is the transition of an element from layout to layout. Take the following scenario : Let's say I got a window with a form-like view. The form has a rich textbox where the user can enter lots of content...
I got around building a decent amount of controls that derived from ListBox. The default template of a ListBoxItem contains default style for the selection triggered by various triggers. If you wish to control the colors, you can adjust it by the following...