![](https://i0.wp.com/begincodingnow.com/wp-content/uploads/2020/04/FlowDocumentReader2.png?resize=500%2C300&ssl=1)
WPF FlowDocumentReader Control
The FlowDocumentReader is the most advanced read-only wrapper that you can place around a FlowDocument. It offers buttons […]
The FlowDocumentReader is the most advanced read-only wrapper that you can place around a FlowDocument. It offers buttons […]
The FlowDocumentPageViewer divides the entire document up into pages instead of just offering a scroll when the text […]
A flow document is represented by the FlowDocument element. It provides us with a rich set of classes […]
The FlowDocumentScrollViewer is simple. It simply allows the users to scroll through long documents, using regular scrollbars. Below […]
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 […]