WPF FlowDocumentReader ControlThe FlowDocumentReader is the most advanced read-only wrapper that you can place around a FlowDocument. It offers buttons […] April 24, 2020 in WPF tagged control / flow / reader / flowdocumentreader / document by Mike
WPF FlowDocumentPageViewer ControlThe FlowDocumentPageViewer divides the entire document up into pages instead of just offering a scroll when the text […] April 24, 2020 in WPF tagged find / search / document / viewer / flow / page by Mike
WPF DocumentsA flow document is represented by the FlowDocument element. It provides us with a rich set of classes […] April 24, 2020 in WPF tagged flow / flowdocument / documents / document by Mike
WPF FlowDocumentScrollViewer ControlThe FlowDocumentScrollViewer is simple. It simply allows the users to scroll through long documents, using regular scrollbars. Below […] April 24, 2020 in WPF tagged document / viewer / flow / scroll / zoom by Mike
WPF RichTextBox ControlThe RichTextBox control is a more advanced TextBox that can contain formatted text and arbitrary objects embedded in […] April 24, 2020 in WPF tagged rich / richtextbox / text / control / box by Mike
WPF GroupBoxThe GroupBox is a familiar control for organizing numerous controls. You might use it to surround a group […] April 24, 2020 in WPF tagged content / control / box / group / container / groupbox by Mike
WPF Types of Binding in XAMLDataBinding allows the flow of data between UI and business model. Any modification done on data in your […] April 23, 2020 in WPF tagged data / binding / one / two / way / WPF Data Binding by Mike
WPF DataContext StaticResourceThis post is based on an example over at C# Corner in an article called DataBinding in WPF. […] April 23, 2020 in WPF tagged context / datacontext / data / resource / binding / static / hyperlink / WPF Data Binding by Mike
WPF the UpdateSourceTrigger PropertyIn a previous post called WPF DataContext – Targeting the Main Window we saw that when we entered […] April 23, 2020 in WPF tagged data / binding / property / databinding / WPF Data Binding by Mike
WPF Data Binding in Code BehindAs we saw in the previous post, defining a binding by using XAML is easy. You can do […] April 22, 2020 in WPF tagged code / data / data binding / binding / behind / WPF Data Binding by Mike
WPF DataContext Targeting the Main WindowThe DataContext property is the default source of your bindings unless you specifically declare another source. In the […] April 22, 2020 in WPF tagged title / path / data / window / context / datacontext / WPF Data Binding by Mike
WPF Repeat ButtonThe RepeatButton acts like a Button except that it continuously raises the Click event as long as the […] April 22, 2020 in WPF tagged click / button / repeat / repeatbutton by Mike