Quantcast
Channel: Everything Technical » WPF
Browsing latest articles
Browse All 8 View Live

How to do asynchronous processing using delegates in C# & WPF

We all know what delegates are. I am not going to bore you with what. If you are really interested in finding out, you could read my other blog “Delegates in C#”. When we do process heavy tasks we...

View Article



Image may be NSFW.
Clik here to view.

Using GridView WPF & C#

GridView class is used for displaying data items of a list view control in a series of columns. We define these columns as GridViewColumn UIElements in XAML.  We can apply formatting to gridview rows...

View Article

Image may be NSFW.
Clik here to view.

Sorting GridView in WPF & C#

We use ListView control to display data items.  The presentation of the data items in a ListView is defined by its view mode, which is specified by the View property. Windows Presentation Foundation...

View Article

Image may be NSFW.
Clik here to view.

Grouping GridView in WPF

ListView is an ItemsControl. Its content properties are Items and ItemsSource. It supports two modes i.e. GridView & Custom View. In GridView mode we display item content into columns. Windows...

View Article

Image may be NSFW.
Clik here to view.

Commands in WPF

WPF-routed commands give you a specific mechanism for hooking up UI controls such as toolbar buttons and menu items to handlers without introducing a lot of tight coupling and repetitive code into your...

View Article


Image may be NSFW.
Clik here to view.

Custom Commands & Bindings in WPF

In my previous article “Commands in WPF”, I have discusses about built-in commands and their behavior in WPF. In this article, I am going to explain how to create our own custom commands and bind them...

View Article

Image may be NSFW.
Clik here to view.

Add Rows to Grid Dynamically in WPF

A Grid can be used to design complicated user interfaces where we need to place multiple elements in a tabular for of rows and columns layout.  In this article, I am going to demonstrate an example...

View Article

Image may be NSFW.
Clik here to view.

Add row at top of Grid in WPF

It is a shame that we cannot add a row to the top of Grid without explicitly pushing all the remaining rows down.  It would have been good if Microsoft provide us way of doing it without this...

View Article

Browsing latest articles
Browse All 8 View Live


Latest Images