I need to know how long the text is in pixels in an ULtraListViewItem . Does an ULtraListViewItem haev such a property
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Hello ,
TextRenderer class has a method MeasureText(…), which provides the size, in pixels, of the specified text. For more information about this class and its methods, please look at the following link (please note MeasureText overload ):
http://msdn.microsoft.com/en-us/library/system.windows.forms.textrenderer.aspx
http://msdn.microsoft.com/en-us/library/system.windows.forms.textrenderer.measuretext.aspx
Please let me know if you have any further questions.