XAML like float in HTML?

Image and text, "float" and "clear" in HTML, make it possible to create a Text stream. How to do it in XAML? If possible, a sample.

+4
source share
1 answer

The way to execute a text stream in XAML is to use the FlowDocument control.

Here is an example from ScottGu, you can also google for many others.

+2
source

All Articles