Hello,
I need help determining what the best way to store properties of multiple items.
For example, I am creating a list box and every item in the list box needs to have properties. I don't want to use arrays because I'm not going to know the maximum items in the list box. I read briefly on Microsoft's site about "collection s" but I don't quite understand how they are used. Can someone give me an example of what I would do as far as code.
Thanks!
I need help determining what the best way to store properties of multiple items.
For example, I am creating a list box and every item in the list box needs to have properties. I don't want to use arrays because I'm not going to know the maximum items in the list box. I read briefly on Microsoft's site about "collection s" but I don't quite understand how they are used. Can someone give me an example of what I would do as far as code.
Thanks!
Comment