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

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -