Hi,
I'm using v4.1.0.50, and I was able to reproduce in the sample code you provided. The key is to use the Arial font, and make the text in the BarItem longer than the other bar items. Here's the relevant code snippet that I changed in the project:
this.barItem2.CustomTextFont = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.barItem2.ID = "barItem1";
this.barItem2.Text = "barItem2 blah blah blah blah";
Thanks,
Tony
>Hi Tony,
Thank you for using Syncfusion products.
I am afraid that I could not able to reproduce the issue you specified.
Please reproduce the same in the below sample.
http://websamples.syncfusion.com/samples/Tools.Windows/F62360/main.htmCould you please tell me the Essential Studio version you are using now?
Thanks,
Jaya