Is there a measurestring equivalent in Silverlight xaml?
- by Roy
What I am trying to accomplish:
Create a dynamic bubble that expands on height and width depending on the text in the bubble.
What I researched so far:
In an so article they described the measurestring to figure out the exact width or height so dynamic changes in the .cs to the width and height can be accomplished.
Is there something like this in Silverlight? Is my only option to utilize the myTxt.Text.length and then change the myGrid.height and myGrid.width to leave wasted space to accommodate all cases?