Page 1 of 1
Adding 3Dot ... End Of texts
Posted: Sun Dec 26, 2010 4:10 pm
by netfa
Hi.
i have a report that i should limit text line to 1. i want to add 3dot ... to end of text for lines that have more words and breaked by my 1 line limite method.
im waiting,
tnx
Adding 3Dot ... End Of texts
Posted: Mon Dec 27, 2010 2:57 am
by Ivan
Hello,
Please set the TextOptions\Trimming property of textbox to EllipsisWord or EllipsisCharacter, and WordWrap property to false.
Thank you.
Adding 3Dot ... End Of texts
Posted: Mon Dec 27, 2010 7:39 am
by netfa
Ivan wrote:Hello,
Please set the TextOptions\Trimming property of textbox to EllipsisWord or EllipsisCharacter, and WordWrap property to false.
Thank you.
tnx. i love stimul :grinder:
but when i use this in textbox that "Allow HTML tags" is true, it just break line and not adding 3 dot at end. why?!
Adding 3Dot ... End Of texts
Posted: Tue Dec 28, 2010 1:36 am
by Ivan
Hello,
The problem is solved.
The patch will be available in the next prerelease build.
Thank you.