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 documents / document / flow / flowdocument 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 zoom / document / viewer / flow / scroll 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 text / control / box / rich / richtextbox 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 two / way / data / binding / one / 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 binding / static / hyperlink / context / datacontext / data / resource / 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 behind / code / data / data binding / binding / 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 window / context / datacontext / title / path / data / 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
WPF ToggleButtonThe WPF ToggleButton is a “sticky” button that holds its state when it is clicked. Clicking it the […] April 22, 2020 in WPF tagged off / togglebutton / always / topmost / top / button / on / toggle by Mike
WPF Data Binding in XAMLIn this post we will have our first example of data binding in Windows Presentation Foundation using XAML […] April 22, 2020 in WPF tagged data / data binding / binding / WPF Data Binding by Mike