philm Posted May 9, 2007 Report Share Posted May 9, 2007 Hello everybody, The aim of the sub-vi attached is to paint in yellow the firts column of a multicolumn listbox. My problem is when the number of rows is greather than 2000. The execution is very, very, very slow (60 seconds for 3500 rows for example) !! It is not acceptable for the users. Has somebody an idea to improve that ? The idea is to avoid to use a loop of course, but i don't have any idea ... Many thanks for your help, philm. Quote Link to comment
Michael Aivaliotis Posted May 9, 2007 Report Share Posted May 9, 2007 You need to use -2 for the Row. It also helps to use DeferPanelUpdates. Also see this: Alternating Row colors in Multicolumn Listbox Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.