Normal
AW: HOW TO: Create a simple media list interfaceOh, I just saw that my last focus improvement introduced a bug which could make the screen not get the keyboard focus back if you use the mouse. It could occur in rare cases. After my fix the keyboard focus should work right.But the mouse focus (using the mouse wheel) works well. It should scrol the list if the mouse is above it.But, off course, you must have elements which are bigger then the available space. In the example above, I use icons which are 128x128 pixels big to make the ListViewItems bigger than the ListView.
AW: HOW TO: Create a simple media list interface
Oh, I just saw that my last focus improvement introduced a bug which could make the screen not get the keyboard focus back if you use the mouse. It could occur in rare cases. After my fix the keyboard focus should work right.
But the mouse focus (using the mouse wheel) works well. It should scrol the list if the mouse is above it.
But, off course, you must have elements which are bigger then the available space. In the example above, I use icons which are 128x128 pixels big to make the ListViewItems bigger than the ListView.