Listboxes in c# -


i have form 2 listboxes, listbox1 & listbox2. on form load filling both list boxes same no. of items. want if select item @ index 1 in listbox1 in listbox2 item same index should selected.

how achieve this?

subscribe on both listboxes selectionchanged event , set selectedindex accordingly opposite listbox.


Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

ios - Why must I define variables twice in the Header file? -