EnableMarkup and AutoEllipsis for Labels |
Post Reply |
Author | |
amcleer
Newbie Joined: 15 November 2009 Location: United States Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 15 November 2009 at 2:28pm |
Hi,
I am seeing that when I use the EnableMarkup feature on the label, the AutoEllipsis property seems to be ignored. If I set EnableMarkup = False, the ellipsis reappear when the label's caption is too long to be displayed as expected.
Am I missing a way to enjoy both EnableMarkup AND AutoEllipsis ?
I am using version 13.2.1.
Thanks!
amcleer
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Yes, if you use markup you have manually set Markup's attributes to show ellipsis
Here syntaxis
<TextBlock TextTrimming="CharacterEllipsis">...
or
<TextBlock TextTrimming="WordEllipsis">...
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |