home / developersection / tag
We can use tab control to organize window more efficiently and easily. Two elements play an important role while creating a tab control in WPF. One is
We can use DatePicker control in WPF to select an appropriate date. In XAML DatePicker element is used to create a DatePicker control. In this demonstration we learn how to use DatePicker control in WPF.
In WPF we can use Label control to show some messages to user such as result of calculation price of certain things, to show caption etc. We can use XAML Label element to create a Label control in WPF.
In XAML and tag elements is used to create a menu control in WPF. Menus have been an integral part of any windows based application. In WPF there ar
In XAML ScrollViewer element is used to create a scroll viewer control in WPF. Scroll viewer control responds to both mouse and keyboard commands and defines numerous methods with which to scroll content by predetermined increments.
In WPF XAML StatusBar element is used to create status bar control in WPF. As like as main menu, status bars are specialized toolbars. They support the same feature and customization mechanism but have a few differences in default settings.
In WPF we can XAML Canvas element to create a Canvas control. This is a container control in which we can add child elements by using coordinates which is relative to canvas area.
In this demonstration I am going to tell you that how to use GridSpliter control in WPF. The XAML GridSpliter elements allow you to create a GridSpliter control. We can use GridSpliter control when we want to resize rows and columns dynamically.
ProgressBar elements in XAML is used to create a progress bar control in WPF. We can use concept of progress bar control when we want to show some background processing or want to show status of large calculating job,
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.