I am working in silverlight and i am not able to set focus of textblock whereas i found the way to do for textbox (using Focus()
) but not textblock.
Could some one please let me help in setting the focus of text block below (Silverlight 5)? :
TextBlock tb = new TextBlock();