Wednesday, March 7, 2012

Keep textbox to a single line

I have a text box and I would like the data to truncate if it doesn't
fit in a single line.
Right now it flows onto a second line.
I have CanGrow and CanShrink both set to false.
I don't see a property to set the box to single line. Is there a way
to do this?I have always solved this by setting the padding & font size to prevent
that wrapped text from being visible. See this post:
http://groups.google.com/group/microsoft.public.sqlserver.reportingsvcs/browse_frm/thread/a3a1f2448758591d?hl=en
I hope that works for you.
Regards,
Dan

No comments:

Post a Comment