c# - Split string with height and width on textblock - Silverlight Window phone -


i have long string , want binding textblock limit width , height. caculator height textblock as:

textresult.text = reader.readtoend(); double h = textresult.actualheight; 

if height textblock > height limit, want spit string @ line in textblock have height = height limit , binding rest other textblock. can me?


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -