DidIReallyWriteThat
DidIReallyWriteThat

Reputation: 1033

Span different number of columns on different rows

I am trying to show a UI that looks like the following.

-------------------------------------------------------
-    Label Along With Some Awesome Text       - Label -
- ------------                                ---------
- Picture    -  All of the rest of my text would      -                                 
--------------                                        -             
- start up there and go on down to here and then it   -     
- would keep going and end up as a .....              -
-                                                     -
-                                                     -
-------------------------------------------------------

I have tried using a grid control, the top labels at 0,0 and 0,1 with a span of 0.

But for the Block of text I can't figure out a way to start at column 1 on row 2, and then start at column 0 on row 3, if that makes sense?

Upvotes: 3

Views: 613

Answers (1)

Mardukar
Mardukar

Reputation: 435

Are you looking for something like this?

Flow Document

And here is a similar question i found.

Wrapping text around an image or linking two TextBlocks in C# WPF

Upvotes: 1

Related Questions