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
Post a Comment