Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
UltraListViewItem Label truncating text
posted

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

Parents
No Data
Reply
  • 20872
    Verified Answer
    Offline posted

    Hello 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.

Children