Auto clip and append dots in WPF label

后端 未结 2 1060
旧时难觅i
旧时难觅i 2021-02-11 12:22

How can I auto clip text and append dots on a label if the current text doesn\'t fits to its width in WPF?

2条回答
  •  失恋的感觉
    2021-02-11 12:57

    Put a TextBlock inside your label and set TextTrimming to CharacterEllipsis or WordEllipsis

    
    

提交回复
热议问题