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.
我有一个显示不同长度字符串的列表框。如果字符串的长度大于屏幕宽度,则其余部分不会显示在屏幕上。如何使用 listbox 使这种字符串适合屏幕?
在 TextBlock 中使用 TextWrapping="Wrap" 使文本在达到控件宽度时换行。