gpt4 book ai didi

wpf - 在工具提示中添加断线

转载 作者:行者123 更新时间:2023-12-03 05:55:06 25 4
gpt4 key购买 nike

如何在 XAML 中的工具提示内的文本中添加断线?

我尝试这样做:

        <Label Name="label4" UseLayoutRounding="False" Focusable="False" AllowDrop="False" Foreground="Black" Margin="6,44,132.027,76" ToolTipService.ShowDuration="12000">
<Label.ToolTip>
<ToolTip>
<TextBlock>Lorem ipsum dolor sit amet, consectetur adipiscing elit. </TextBlock>
<TextBlock>Suspendisse eget urna eget elit ullamcorper tincidunt. Sed nec arcu sed ante sodales </TextBlock>
<TextBlock>Pellentesque elit libero, semper ac tincidunt vitae, euismod at ligula.</TextBlock>
</ToolTip>
</Label.ToolTip>
<Label.Content>
<TextBlock TextAlignment="Right" TextWrapping="Wrap" Height="19" Width="108" >Lorem Ipsum</TextBlock>
</Label.Content>
</Label>

但不起作用:

最佳答案

我发现有用的另一种方法是将 嵌入工具提示中。此时工具提示将有一个换行符。例如

ToolTip="Host name or IP address of the server. Click the &#x0a;Find Server button to help obtain the correct entry."

这使得 xaml 代码更加简洁,但可读性可能较差。更多详情请访问Newline in string attribute .

关于wpf - 在工具提示中添加断线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8170842/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com