space in the textnode

When there are one more space in the textnode and I set the wrap property of textnode and the text length exceeds the textnode width,the line wrap exists.I don't to expect lines warp,how to solve it.Thank you!


1 Reply

PM Pandi Murugan A Syncfusion Team December 2, 2011 06:13 AM UTC

Hi Songjian,

We regret for the delay in getting back to you.

We suggest you to set the TextNode’s WrapText as false whereby default true to achieve your requirement.

[C#]
TextNode tnode = new TextNode(" This is example of textNode", new RectangleF(100,100,100,100));
tnode.WrapText = false;

Please let me know if you have any concerns.

Regards,
Pandi Murugan A




Loader.
Up arrow icon