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


when vertical list box item selected, pressing down key selects next item, pressing key has no effect! can list box selecting previous item on key?

for selecting previous item listbox needs have focus. after focus set on listbox select previous items well.


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -