kimhoong79
Technical User
I'm developing a small system on voucher inventory. During the voucher printing process, I plan to use listbox to display all the voucher (or voucher that have filtered out) on the left side and the make selection to the right side (also a listbox) and deselection can be made as well. The problem I am facing is that I can't multiple selection on listbox. For example, when I need to select 10 printing, I have to click 10 times. I intend to make multi selection by using the shift and click method or any other better method. Thank you!