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"を使用して、テキストがコントロールの幅に達したときにテキストを折り返します。