我是wpf的新手,我想在wpf文本块中的一行显示文本.例如.:
<TextBlock Text ="asfasfasfa asdasdasd" </TextBlock>
TextBlock默认显示两行,
但我只想在一行中像"asafsf asfafaf"一样.我的意思是在一行中显示所有文本,即使文本中有多行, 我该怎么办?
wpf textblock
textblock ×1
wpf ×1