WPF Hyperlinks
WPF has a Hyperlink element that acts a bit like the hyperlinks in HTML. Hyperlinks can be embedded […]
WPF has a Hyperlink element that acts a bit like the hyperlinks in HTML. Hyperlinks can be embedded […]
The DataGrid is a good candidate for displaying basic hard drive information because the rows are created automatically. […]
In his book WPF 4.5 Unleashed, Adam Nathan uses the example of Microsoft’s Visual Studio program to guide […]
In his book WPF 4.5 Unleashed, Adam Nathan uses the example of a photo gallery application to illustrate […]
The PasswordBox is similar to the TextBox except that we don’t want to display the characters that the […]
When you have operations in your software that take a long time to complete, you might find that […]
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 […]
What is an XPS file? The XPS format is Microsoft’s alternative to PDF. Microsoft developed it as the […]
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 […]