I don't quite get you Dennis. The listbox is 2D array type, how could you assign a 1-D value to the Item Names ?
Let me explain the problem here. When I first load the front panel I want an empty listbox with first row highlighted. And let's the columns have the field info. I muxt be able to enter values to the first row and then move on to the next one. But, the problem here is the Items Names property must be pre-assigned with Static Number of Rows (don't have to worry about the columns as they are fields and known). If I am going to have a static Rows, lets' say 50, and I want to continue beyond 50, labview won't let me do this I guess. I am not sure what way to go about getting an answer to this problem. If you could hint me that would be nice.