I think this is directly related to this post: http://ko.infragistics.com/community/forums/t/53811.aspx
Here's an image of my UltraListView. The font is set right after InitializeComponent. Virtually all the controls in this dialog are set to AutoSize. ViewSettingsDetails .AutoFitColumns = ResizeAllColumns. All AutoSizeMode options are set to Default.
Is there a way to force a resize/redraw?
Thanks, Tom
Hello Tom,
I am glad that I was able to help you.
If you have any other questions or concerns in the future please do not hesitate to contact us.
Thanks Danko, this worked perfectly :)
Tom
I have looked through this post, and I think that you could achieve what you are looking for by setting the TextRenderingMode property of the UltraListView to GDI.
Please feel free to let us know if you have any other questions with this matter.