Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3773

Fastest way to create a listbox

$
0
0

I need to create a listbox with 10 columns and 26000 rows. Using the addrow function takes about 8 seconds. Is there a faster way to do this?

Do
  if NumberOfItems > ListBoxItemsServer.RowCount then ListBoxItemsServer.AddRow(str(ListBoxItemsServer.LastRowIndex+1),"","","","","","","","","","") else exit
loop

5 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 3773

Trending Articles