tags:

views:

83

answers:

1

Image and Text, "float" and "clear" in HTML, gives possibility to build Text flow. How to do this in XAML? With a sample if possible.

A: 

The way to do text flow in XAML is to use the FlowDocument control.

Here's and example from ScottGu, you can also google for many more.

Chris Nicol