[Interest] Keyboard navigation in QtQuick.Controls ScrollView?

2013-09-24 Thread Ola Røer Thorsen
Hi, I can't seem to get keyboard navigation working when I embed a ListView in a ScrollView ScrollView { ListView { ... } } just like in the documentation. I've tried enabling focus on both, or just one, and so on. Keyboard navigation works fine on the ListView when used without the

Re: [Interest] Keyboard navigation in QtQuick.Controls ScrollView?

2013-09-24 Thread Bo Thorsen
Den 24-09-2013 09:53, Ola Røer Thorsen skrev: > Hi, > > I can't seem to get keyboard navigation working when I embed a ListView > in a ScrollView > > ScrollView { > ListView { >... > } > } > > just like in the documentation. I've tried enabling focus on both, or > just one, and so o

Re: [Interest] Keyboard navigation in QtQuick.Controls ScrollView?

2013-09-25 Thread Bache-Wiig Jens
On Sep 24, 2013, at 9:53 AM, Ola Røer Thorsen mailto:o...@silentwings.no>> wrote: Hi, I can't seem to get keyboard navigation working when I embed a ListView in a ScrollView ScrollView { ListView { ... } } just like in the documentation. I've tried enabling focus on both, or just

Re: [Interest] Keyboard navigation in QtQuick.Controls ScrollView?

2013-09-25 Thread Ola Røer Thorsen
Hi Jens, thanks for the explanation! Setting interactive to true solved for me (the target platform has no mouse or touch anyway). Best regards, Ola 2013/9/25 Bache-Wiig Jens > > On Sep 24, 2013, at 9:53 AM, Ola Røer Thorsen wrote: > > Hi, > > I can't seem to get keyboard navigation work