WPF PasswordBoxThe PasswordBox is similar to the TextBox except that we don’t want to display the characters that the […] April 24, 2020 in WPF tagged password / box / passwordbox by Mike
WPF ProgressBarWhen you have operations in your software that take a long time to complete, you might find that […] April 24, 2020 in WPF tagged bar / progressbar / progress by Mike
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 document / control / flow / reader / flowdocumentreader 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 document / viewer / flow / page / find / search 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 document / flow / flowdocument / documents by Mike
XPS DocumentWhat is an XPS file? The XPS format is Microsoft’s alternative to PDF. Microsoft developed it as the […] April 24, 2020 in Productivity tagged PDF / document / xps / openxps 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