T
ThomasAJ
This list box has over 30 columns and a complicated source.
Whenever another control on the form is focused on AFTER the list box has
been 'touched', it seems to be requeried or at least repainted. This takes up
a lot of CPU due to its complexity. You can actually see the list box being
filled top to bottom and left to right, row by row.
By 'touched' I do not mean even a row being selected but just the 'white'
area being clicked on. The 'white' area is that area of the list box that
does not have rows.
Whenever another control on the form is focused on AFTER the list box has
been 'touched', it seems to be requeried or at least repainted. This takes up
a lot of CPU due to its complexity. You can actually see the list box being
filled top to bottom and left to right, row by row.
By 'touched' I do not mean even a row being selected but just the 'white'
area being clicked on. The 'white' area is that area of the list box that
does not have rows.