Structure of flow text in WPF
Starting point for this blogpost. Principle: Create something which have Blocks/Child/ListItems/RowGroups property Create something which have Inlines property Create elements which are derived from Inline Inline -> Inlines -> Blocks/Child/ListItems/RowGroups Block derived classes are these : Paragraph – Blocks Section – Blocks BlockUIContainer – Child List – ListItems Table – RowGroups
Read More Structure of flow text in WPF