WPF RichTextBox Control
The RichTextBox control is a more advanced TextBox that can contain formatted text and arbitrary objects embedded in […]
The RichTextBox control is a more advanced TextBox that can contain formatted text and arbitrary objects embedded in […]
The GroupBox is a familiar control for organizing numerous controls. You might use it to surround a group […]
DataBinding allows the flow of data between UI and business model. Any modification done on data in your […]
This post is based on an example over at C# Corner in an article called DataBinding in WPF. […]
In a previous post called WPF DataContext – Targeting the Main Window we saw that when we entered […]
As we saw in the previous post, defining a binding by using XAML is easy. You can do […]
The DataContext property is the default source of your bindings unless you specifically declare another source. In the […]
The RepeatButton acts like a Button except that it continuously raises the Click event as long as the […]
The WPF ToggleButton is a “sticky” button that holds its state when it is clicked. Clicking it the […]
In this post we will have our first example of data binding in Windows Presentation Foundation using XAML […]
Built-in to WPF are the two familiar menu controls: Menu and ContextMenu. Menus are just another set of […]
The ToolBar control is typically used to group together many small buttons or other controls as an enhancement […]