WPF Articles (53) - Page 3

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

53 records found.
 
Abhi2434
WPF Tutorial : Styles, Triggers and Animations : 7 
Last updated on: 27 Sep 2010 12:42:03 AM by Abhi2434 | Views: 96135 | Category: WPF |
Votes: 2 | Rating: 5 out of 5
In this article, I have specified how you could use Style, Triggers and animation in your WPF application to make your application more attractive, interactive and user friendly.
Abhi2434
Simple Grid Implementation with ICollectionView in WPF 
Last updated on: 29 Aug 2010 07:16:54 PM by Abhi2434 | Views: 28017 | Category: WPF |
Votes: 1 | Rating: 5 out of 5
ListView is one of the better control in WPF which have lots of flexibilities and empowers to build Grid like control easily. In this article I will discuss how easily you could use ListView to create Grid with Filtering, Grouping, Sorting, Navigating or even with In Place Editors to edit control. This is all in one sample for you.
Abhi2434
WPF Tutorial : Concept Binding 6 
Last updated on: 15 Aug 2010 05:09:50 PM by Abhi2434 | Views: 73351 | Category: WPF |
Votes: 1 | Rating: 5 out of 5
Binding is the most important topic of WPF programming. In this article I have demonstrated how you could employ DataBinding to ensure that the Presentation logic is separated from the View and also give simple demonstration on how the DataBinding concept works. The article also gives you the basics of CommandBinding and MultiBinding.
Abhi2434
RibbonUI feature in WPF 
Last updated on: 08 Aug 2010 09:55:03 AM by Abhi2434 | Views: 21294 | Category: WPF |
Votes: 1 | Rating: 5 out of 5
Ribbon Bar was introduced with Office 2007 has lately been very much popular for latest UI development. Microsoft has replaced the old Menu based application tool with more flexible and easy to learn Ribbon strips in many of its applications. So it is time for other developers to use it in their own applications. The Ribbon UI feature that was released recently bridges this to us.
Abhi2434
WPF Tutorial - Dependency Property 
Last updated on: 25 Sep 2010 04:11:05 PM by Abhi2434 | Views: 115453 | Category: WPF |
Votes: 4 | Rating: 4.5 out of 5
WPF introduces a new property system which is enhanced by Dependency property. There are many improvements of Dependency Property over CLR properties. In this article I have discussed how you could create your own Dependency Property and to work with various features of it.
Abhi2434
WPF Tutorial - TypeConverter & Markup Extension 4 
Last updated on: 20 Jun 2010 04:13:52 PM by Abhi2434 | Views: 54339 | Category: WPF |
Votes: 4 | Rating: 4.75 out of 5
XAML as an Extensible Markup Language has great flexibilities to create objects in XAML itself and do functions like automatic binding, Conversion of Data, etc. Markup Extension allows you to truly extend your markup upto a certain extent to elevate you to write less code and design your application with richer extent. In this article I will discuss how to use existing TypeConverters and MarkupExtensions and also will show you how to create custom implementation of both of them.
Abhi2434
Pluggable Styles and Resources in WPF with Language Converter Tool 
Last updated on: 06 Jun 2010 04:23:31 PM by Abhi2434 | Views: 23713 | Category: WPF |
Votes: 3 | Rating: 4.33 out of 5
In this article I have showed how you can build pluggable Resources for styles, Languages or any static objects etc. Therefore building a new style doesn't hampers your code and you can easily plugin any new style to the application inspite it is already in production environment. I have added a language converter tool, which will generate multi lingual resources for you.
  • Abhi2434
    WPF Tutorial - Layout-Panels-Containers & Layout Transformation 2 
    Last updated on: 25 Sep 2010 04:03:23 PM by Abhi2434 | Views: 136074 | Category: WPF |
    Votes: 7 | Rating: 4.43 out of 5
    This article describes the basics of WPF application, how you can deal with layout, placements of controls and position. The article also introduces few uncommon controls like UniformGrid, InkCanvas etc.
    Abhi2434
    WPF Tutorial - A Beginning : 1 
    Last updated on: 25 Sep 2010 04:01:13 PM by Abhi2434 | Views: 257835 | Category: WPF |
    Votes: 16 | Rating: 4.31 out of 5
    The article will guide through the basics of WPF programing with in-depth knowledge about the architecture and the working principles of WPF programs. The article finally creates a sample "Hello World" application to step you into new foundation. Even though I have started from the beginning of WPF, I marked it as Intermediate article, as I will also go indepth of all the techniques while discussing it. This is the first part of the WPF turorial. Stay tune for others.
    Abhi2434
    SpellChecker in WPF 
    Last updated on: 11 Apr 2010 12:45:57 PM by Abhi2434 | Views: 44321 | Category: WPF |
    Votes: 7 | Rating: 3.71 out of 5
    WPF has an inbuilt feature of Spellchecking. In this article I have explored the SpellCheck functionality of WPF TextBoxBase object. CustomDictionaries introduced with WPF 4.0 is also discussed with this article
    Abhi2434
    Working with WebBrowser in WPF 
    Last updated on: 06 Apr 2010 04:22:40 AM by Abhi2434 | Views: 297134 | Category: WPF |
    Votes: 11 | Rating: 3.91 out of 5
    This article demonstrates how you can use WebBrowser control to show html document within your WPF application. You will find the basic usage of powerful WebBrowser control that comes with WPF. You can also find how you can communicate the document from external wpf application and vice versa. A sample application is also provided to demonstrate each of these.
    Abhi2434
    WPF Tutorial : Fun with Border & Brush 3 
    Last updated on: 20 Jun 2010 04:35:55 PM by Abhi2434 | Views: 59317 | Category: WPF |
    Votes: 15 | Rating: 3.8 out of 5
    In this article you will find most of the interesting things with Border and Brush elements.
    Abhi2434
    Define Base Class for Window / UserControl 
    Last updated on: 21 Mar 2010 05:14:53 PM by Abhi2434 | Views: 25512 | Category: WPF |
    Votes: 5 | Rating: 2.6 out of 5
    Here I have showed a simple trick to define base class for WPF Window and UserControl.
    Abhi2434
    Resolution Independent UI 
    Last updated on: 17 Mar 2010 06:32:05 PM by Abhi2434 | Views: 23764 | Category: WPF |
    Votes: 3 | Rating: 3.33 out of 5
    It is a common problem to fix resolution related issues. Here I will demonstrate, how your UI will fix itself automatically using few tricks.
    Abhi2434
    Understanding the Converter in DataBinding 
    Last updated on: 13 Mar 2010 06:45:19 PM by Abhi2434 | Views: 21137 | Category: WPF |
    Votes: 2 | Rating: 2.5 out of 5
    Converter and ConverterParameter comes very handy while working with WPF Data Binding. You can manipulate the data bound to a value using IValueConverter. The article demonstrates how you can use it in your solution with a sample application.