Hi,
in my page I have a SearchBox control with FocusOnKeyboardInput set to true and a ListView.
When the ListView has several items and the horizontal scrollbar is visible, FocusOnKeyboardInput is not working: if I type a key, the focus is not set to the SearchBox control.
When the ListView has only a few items with no horizontal scrollbar, FocusOnKeyboardInput is working.
Is this a SearchBox control bug?