home / developersection / tag
We can create a simple Media player by using XAMLMediaElement element. WPF provides a wrapper around current Media Player 10 ActiveX (OCX) control. A
A Calendar control in WPF is used to create a visual calendar in WPF through which users can pick date and raise an event on the selection of date. The XAML Calendar elements is used to create a calendar control in WPF.
Grid control arranges content in rows and columns as specified by the developer. In XAML Grid elements used to create a Grid control in WPF. In Grid control we can span multiple rows as well as multiple columns.
In WPF StackPanel control is also used to group controls either horizontally or vertically. We can use StackPanel control to arrange child elements into a single line that is either horizontally or vertically.
The XAML(Extensible Application Markup Language) element represents GroupBox control in WPF. The GroupBox control allows you to visually group cont
XAML PasswordBox elements represent password control in WPF. When we make any login form then we want user can enter their password in such a manner that other user cannot see what he enter.
XAML element represents Textbox control in WPF. Whenever you want to provide a functionality to accept new values from user then we use concept of Te
Whenever you want to checked only one value in available items then we can use RadioButton control. RadioButton control has all the property like chec
Image control in WPF provides a facility to display images. We have certain properties through which we can manage display style of image control. In this demonstration I will show you how to use image control in WPF.
In WPF ListBox control provides you a functionality to select values from available list. ListBox control provides same functionality as well as combo box control except that in list box control we can select multiple items depending upon requirement
In this article I am going to explain you concept of DataGrid control in WPF. Whenever we are talking about to retrieve data from database or any collection then main problem that comes is to store data.
In WPF a Combo Box control provides a facility to select items from a list. It works similar to list box control only expect that in list box control we can select multiple items while in combo box control we can select only one item.