Link to home
Start Free TrialLog in
Avatar of PoeticAudio
PoeticAudio

asked on

Beginner... ListView component. Please help...

Okay this question is very basic. VERY basic, actually. But for some reason I am having problems using the ListView component. I'm not sure exactly how to use it.

Lets say I have 3 columns and I want to add integers inside using a for do loop.

For example, lets say I want it to look like...

[Col A][Col B][Col C]
 0      0      0
 1      1      1
 2      2      2
 3      3      3
... etc


i'm not sure how to access the individual columns. Could someone please help?
Avatar of PoeticAudio
PoeticAudio

ASKER

That didnt come out exactly right...

the letters are the columns and the numbers are the rows.. like


ABC
---
000
111
222

...etc
ASKER CERTIFIED SOLUTION
Avatar of SJohnson
SJohnson
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
GREAT! Thanks Stuart! -=) I didn't realize it was that easy... as they say... "you da man"

Best Regards,
Steve