windows-runtimelistboxitems

WinRT: List box does not select previous item on Up key


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?


Solution

  • for selecting previous item listbox needs to have focus. After focus is set on listbox it will select previous items as well.