category

home / developersection / category

Triggers in WPF
wpf 12-May-2011
Triggers in WPF

WPF provides a new concept to the UI development effort: the trigger. Triggers are used to control and manipulate the visual representation of a con

WPF ComboBox
wpf 05-May-2011
WPF ComboBox

ComboBox element represents a ComboBox control in XAML.   1.Width and Height properties represent width and height of a ComboBox.2.X:Name property re

How to Find Child of Control in WPF
wpf 05-May-2011
How to Find Child of Control in WPF

Here in this blog you will find a method to get reference of child control inside a parent control. Through that method you can easily find child control of specified type inside a container control.

How to Find Parent of Control in WPF
wpf 05-May-2011
How to Find Parent of Control in WPF

There are many situations where we need to refer to the parent container/control of specific type of control/item in WPF. Suppose we want to get ListV

Combobox at runtime in c# wpf.
wpf 28-Apr-2011
Combobox at runtime in c# wpf.

In this blog I am going to tell you that how to add elements in combo box at runtime using c# code. Follow these steps to implement this task.Write d

Architecture of WPF (Windows Presentation Foundation)
wpf 26-Nov-2010
Architecture of WPF (Windows Presentation Foundation)

WPF is a Microsoft technology meant for developing enhanced graphics applications for desktop platform. In addition, WPF applications can be hosted on