Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 8 XAML multi-column text

Is there a way to make columns in a text? I have one big string with the text i have to display, and i have a fixed height of the textblock, and have to make the text display in column. like this image:enter image description here

Thanks!

like image 518
kuzditomi Avatar asked Oct 08 '22 02:10

kuzditomi


1 Answers

Have you looked in the "common" folder of the default solution templates? IIRC there is a control named something like ColumnTextBlock (or something similar) in there that does this for you. If it isn't in the default template you use, try creating a new grid application and look in there - it gets used in the item detail XAML page.

HTH

like image 195
ZombieSheep Avatar answered Oct 13 '22 12:10

ZombieSheep