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