List Control wrapping navigation
#1
Hello,

It's probably a really simple question, but I was wondering how to achieve that with my ListControl:

When the first item is selected, if I press up, I want it to go to the last item, and vice-versa.

I've been trying to use the "setNavigation", using the ListItem, but it seems that it only accept "control".

Thanks in advance.
Reply
#2
For now, I was able to do a work around. (adding some code in the onAction)
But what I don't understand is that I've got another listControl which works fine. The only difference is that it's horizontal instead of vertical. (Also, the content is slightly different).
Reply
#3
If you are using XML declaration of your components, take look at wiki and look for onup or ondown elements, you can put here id of your current list.
Reply

Logout Mark Read Team Forum Stats Members Help
List Control wrapping navigation0