mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 07:56:07 +02:00
Initial WPF content migrated (#17)
* Reset branch for WPF changes * Convert BMP to PNG; fix link-out-of-scope err * Add snippets for WPF... 6794 files!!!! * Add missing snippets * update file updated between migration * Fix paths to include * update breadcrumb and toc * fix index links * fix index links * fix index links * fix markdown
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: "Flow Content Elements How-to Topics"
|
||||
ms.date: "03/30/2017"
|
||||
f1_keywords:
|
||||
- "AutoGeneratedOrientationPage"
|
||||
helpviewer_keywords:
|
||||
- "flow content elements [WPF], how-to topics"
|
||||
- "documents [WPF], flow content reference"
|
||||
ms.assetid: ef5175df-6ab9-4096-be0c-804003b44c64
|
||||
---
|
||||
# Flow Content Elements How-to Topics
|
||||
The topics in this section describe how to accomplish common tasks using various flow content elements and related features.
|
||||
|
||||
## In This Section
|
||||
[Adjust Spacing Between Paragraphs](how-to-adjust-spacing-between-paragraphs.md)
|
||||
[Build a Table Programmatically](how-to-build-a-table-programmatically.md)
|
||||
[Change the FlowDirection of Content Programmatically](how-to-change-the-flowdirection-of-content-programmatically.md)
|
||||
[Change the TextWrapping Property Programmatically](how-to-change-the-textwrapping-property-programmatically.md)
|
||||
[Define a Table with XAML](how-to-define-a-table-with-xaml.md)
|
||||
[Alter the Typography of Text](how-to-alter-the-typography-of-text.md)
|
||||
[Enable Text Trimming](how-to-enable-text-trimming.md)
|
||||
[Insert an Element Into Text Programmatically](how-to-insert-an-element-into-text-programmatically.md)
|
||||
[Manipulate Flow Content Elements through the Blocks Property](how-to-manipulate-flow-content-elements-through-the-blocks-property.md)
|
||||
[Manipulate Flow Content Elements through the Inlines Property](how-to-manipulate-flow-content-elements-through-the-inlines-property.md)
|
||||
[Manipulate a FlowDocument through the Blocks Property](how-to-manipulate-a-flowdocument-through-the-blocks-property.md)
|
||||
[Manipulate a Table's Columns through the Columns Property](how-to-manipulate-table-columns-through-the-columns-property.md)
|
||||
[Manipulate a Table's Row Groups through the RowGroups Property](how-to-manipulate-table-row-groups-through-the-rowgroups-property.md)
|
||||
[Use Flow Content Elements](how-to-use-flow-content-elements.md)
|
||||
[Use FlowDocument Column-Separating Attributes](how-to-use-flowdocument-column-separating-attributes.md)
|
||||
|
||||
## Reference
|
||||
<xref:System.Windows.Documents.FlowDocument>
|
||||
<xref:System.Windows.Documents.Block>
|
||||
<xref:System.Windows.Documents.Inline>
|
||||
|
||||
## Related Sections
|
||||
[Documents in WPF](documents-in-wpf.md)
|
||||
Reference in New Issue
Block a user