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 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 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 document / viewer / flow / scroll / zoom by Mike
C# Ternary OperatorThe ternary operator is an example of C# flow control. The ternary operator works on three operands. It […] June 3, 2018 in C# tagged operator / flow / else / control / if / ternary / C# Flow Control by Mike
C# Flow Control IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. Program […] June 3, 2018 in C# tagged control / branch / flow / loop / C# Flow Control by Mike