G
Guest
I have noticed that the listview and GC can get into a state where thousands
of gdi objects get created (from scrolling through the listview items, either
by keyboard or using the scroll bar).
Under XP they eventually get cleaned up.
Under 98 they exhaust the gdi memory pool and display the resources low
warning dialog box. If I keep scrolling eventually the system recovers the
resources, but will then run out again. It was surprising the system didn't
crash (maybe some computers do).
Following this, the GC (on both OS's) starts being more responsive.
However, by changing pages in my application the behavior can start over
again.
Are there any known issues with this?
of gdi objects get created (from scrolling through the listview items, either
by keyboard or using the scroll bar).
Under XP they eventually get cleaned up.
Under 98 they exhaust the gdi memory pool and display the resources low
warning dialog box. If I keep scrolling eventually the system recovers the
resources, but will then run out again. It was surprising the system didn't
crash (maybe some computers do).
Following this, the GC (on both OS's) starts being more responsive.
However, by changing pages in my application the behavior can start over
again.
Are there any known issues with this?