c# - Character or text limit in ScrollView or TextBlock? -
c# - Character or text limit in ScrollView or TextBlock? -
is there limit amount of data/text can stored in textblock/scrollviewer?
i have this:
<scrollviewer height="auto" margin="0,151,0,0"> <textblock x:name="audittext" text="textblock" verticalalignment="top" foreground="white" height="auto" margin="0,10,0,0" grid.row="1" padding="20" textwrapping="wrap"> </textblock> </scrollviewer>
it appears work farther downwards scroll find this:
as can see there more text stops....any ideas?
the reason issue element must displayed beyond area larger 2048x2048 pixels clipped platform.
you need split text segments blocks , display.
textblock cutting text in windows phone
c# windows-phone-8 text scrollviewer textblock
Comments
Post a Comment