I was wondering if can some help me with creating a dynamic list box.
I have a combobox with the list of items (item1, item2, item3).
item1 has 5 sub items
item2 has 10 sub items
item3 has 2 sub items
I want the size of the list box to change depending on the number of sub items available.
I hope this is clear.
Thanks
I have a combobox with the list of items (item1, item2, item3).
item1 has 5 sub items
item2 has 10 sub items
item3 has 2 sub items
I want the size of the list box to change depending on the number of sub items available.
I hope this is clear.
Thanks
Comment