home / developersection / category
In this tutorial I am going to explain you that how to use a slider control in WPF. The XAML Slider element is used to create a slider control in WPF.
When we want to show some information in hierarchical format that is in parent child relationship then we use concept of tree view control. Example of tree view control is msdn tutorial, windows explorer etc.
Sometime may we require that we want to open some html document in my own application. To perform this task WPF introduce a new control named WebBrowser control through which we can open all the html documents as well as we can open any sites.
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.