I have an application where certain cells in a series of multicolumn listboxes have their foreground and background colors changed via a property node. The issue is that the screen refresh is visible for each individual cell color change making it appear that one by one the cells are being painted, which of course looks cool but really slows down the process. Is there a way to suspend the screen refresh until after all the cells are set to their new colors so the user only sees one change?
I appreciate any assistance - Thanks
BethV