You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens only outside Visual Studio! It has not happened before version
6.10, so some recent changes caused this behaviour.
In my application ImageListView is part of my main window. I call
ImageListView.Dispose() when my main window is about to close (in
OnFormClosing()). If I don't call Dispose() no exception is thrown and I
actually don't really need to call it because I'll close my application anyway.
So consider it an optional fix, I'm bothering you enough already.
System.ArgumentException: Invalid Parameter.
at System.Drawing.Font.GetHeight(Graphics graphics)
at System.Drawing.Font.GetHeight()
at System.Drawing.Font.get_Height()
at Manina.Windows.Forms.ImageListView.ImageListViewRenderer.MeasureColumnHeaderHeight() in C:\VS Projekte\ImageListView\ImageListViewRenderer.cs:Line 704.
at Manina.Windows.Forms.ImageListViewLayoutManager.Update(Boolean forceUpdate) in C:\VS Projekte\ImageListView\ImageListViewLayoutManager.cs:Line 305.
at System.Windows.Forms.Control.WmShowWindow(Message& m)
Original issue reported on code.google.com by [email protected] on 4 Aug 2010 at 5:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Aug 2010 at 5:40The text was updated successfully, but these errors were encountered: