I noticed that when the WrapText property is set to true, the Text will wrap automatically, but when there is a space in my String, the Text will force a new line after encountering a space. This is not the result I want, I hope Only when the length of the String exceeds the width of the Text, the line breaks instead of automatically breaking the line when it encounters a space. How can I change it?