小编pog*_*ama的帖子

SonarQube类别说明

任何人都可以建议对"五个"SonarQube类别进行一两行解释,以便非开发人员能够理解百分比数字意味着什么?

  • 效率
  • 可维护性
  • 可移植性
  • 可靠性
  • 可用性

sonarqube

6
推荐指数
1
解决办法
2264
查看次数

如果文本太长,如何自动显示工具提示?

在 Windows 应用商店应用程序中,我有以下 TextBlock:

        <TextBlock Text="Seriously long text for the purpose of showing tooltip"
                   TextTrimming="CharacterEllipsis" />
Run Code Online (Sandbox Code Playgroud)

当文本太长而无法在没有省略号的情况下显示时,如何自动显示工具提示?

xaml tooltip windows-runtime winrt-xaml windows-store-apps

4
推荐指数
1
解决办法
2825
查看次数