So here I am trapped in a nightmare of trying to make text wrap in silverlight. I have text intermixed with links. LIke this:
text text text link text text text link
It needs to wrap. I've tried things like textwrapping and wrap panels but I just can't get it right.
Any ideas on how to do this? My only idea is to split up the text of the textblock into seperate textblocks for each word and put it into a wrap panel. Not easy!
I read about runs and textblocks. Do runs have an onclick event? What can I do to make the text wrap?