A basic Question: I have a string array. I want to display it 1 by 1 HORIZONTALLY. Not vertically just like in listbox and how?

I used
Code:
 while(i<isl1){
islekran.Items.Add(isl[i]); i++;
}

for listbox. How can I add in which you are going to advise?

Thanks.