Whenever a word does not fit in its entirety it's not shown at all. Is there any way to get around this so as much as possible of the text in the TextBox is shown?
1 Answer, 1 is accepted
0
Peter
Telerik team
answered on 17 May 2010, 09:12 AM
Hello Olof Petterson,
If you have set the TextBox property CanGrow to false and you don't want the TextBox to grow then you can change the font size dynamically by using Bindings and set the Style.Font.Size property to an User Function (see the code snippet) as shown bellow:
public static Telerik.Reporting.Drawing.Unit ReturnFontSize(string value)
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.