When a vertical List Box item is selected, pressing Down key selects next item, but pressing Up key has no effect! Can I get List Box selecting previous item on Up key?
for selecting previous item listbox needs to have focus. After focus is set on listbox it will select previous items as well.