Welcome to WindowsClient.net | My Blog | Sign in | Join

Articles

Sponsors





  • advertise here

December 2009 - Posts

ListBox Group Header Expand and Collapse in WPF
In this article we will see how can we expand and collapse the header and its contents.
Host Silverlight Applications in WPF
A library to host Silverlight applications in WPF without airspace restrictions and keeping interactivity.
Charting in Reports for WinForms
This article describes Aggregate Charting, one of the cool new features introduced in ComponentOne Reports for WinForms in the 2009 v3 release.
Charting in WPF
This tutorial demonstrates how to draw various charts including line chart, bar chart, column chart, area chart, scatter chart, and pie chart using WPF and C#.
Alternate Row Color in ListBox in WPF
In this article we will see how we can make the Alternate Rows of the ListBox Colorful in WPF.
Line Chart in WPF
This article demonstrates how to draw line charts using WPF and C#.
Dealing with Percentage Size in WPF
This article demonstrates how to implement HTML Table percentage like feature in WPF using Grid panel.
Column Chart in WPF
This article demonstrates how to draw column charts using WPF and C#.
Area Chart in WPF
This article demonstrates how to draw area charts in WPF and C#.
Convert a List<> Into XML using LINQ
In this article, I will demonstrate a simple example of converting a List<> to XML using LINQ
Content Alignment in WPF
The HorizontalContentAlignment and VerticalContentAlignment. These properties are defined in the System.Windows.Controls.Control class that is parent class of all controls in WPF.
Grouping and Sorting in ListBox in WPF
In this article we will see how we can group elements in ListBox.
Model-View-ViewModel (MVVM) Pattern
Separating UI and business logic code is a key principle in well-engineered software. In WPF Applications the MVVM pattern is a popular way to follow this principle.
Smarten up your UI with Task Dialogs
Put your message boxes on steroids. Take advantage of the new-look dialogs in Windows Vista and Windows 7 in your applications and smarten up your UI.
A Busy State Indicator attached behavior
This WPF behavior binds to a developer provided property that determines whether the app/dialog/region is in a busy state. When the property turns true, the background is gradually dimmed and a circular progress indicator animation is shown. User input can optionally be prohibited during the busy state. The behavior itself is very configurable.
Next page »