Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在多行 WPF 文本框中自动选择整行。因此,如果用户单击第 3 行上的一个单词,则选择了整个第 3 行。有任何想法吗?
MSDN 上的 WPF 文本框选择开始
最简单的方法是获取这个值并在 TextBox 的内容中向后迭代,直到 count 达到 0 或\n \r\n \r然后向前直到文本大小或\n \r\n \r。之后将当前选择设置为这些边界。
\n \r\n \r