c# - Selecting Text inside a Multi-Inline TextBlock -


i have textblocks composed of runs. want characters within textblock individually selectable 1 expect.

example xaml:

<textblock>     <run text="cant-individually-select" />     <run text="still-cant-individually-select" /> </textblock> 

is there way make run inside textblock behave standalone run? see there lot of solutions involving styling textbox textblock, isn't possible when need multiple runs.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -