Container scroll to top
#1
Is there an option available that when an item loose focus it scrolls back to top?

Nvidia Shield 2019 Pro, Nvidia Shield 2015
Reply
#2
No.
Image
Reply
#3
That was fast Smile
Any change to get such a function implemented?

Now i have 3 rows with each 3 posters only 2 rows visible so i need to scroll to see the last row.
I hoped that when i hit the key that does select my menu the container that hold the posters will scroll back to the top (default).
Nvidia Shield 2019 Pro, Nvidia Shield 2015
Reply
#4
Try reading this, maybe it helps.
Image
Reply
#5
You could try container.setfocus or container.movefocus in, say, onleft for container or in onfocus for menu button.

Is that for home page or for a view?
My skins:

Amber
Quartz

Reply
#6
it is for a homepage view.

Image

What i try to accomplish is that the left panel with recently added (Skin widgets) when i move the focused item back to the right panel, that the left panel will scroll back to the top.

Nvidia Shield 2019 Pro, Nvidia Shield 2015
Reply
#7
try'd
PHP Code:
<onright>Control.SetFocus("ID of recent Container/list",1)</onright>
<
onright>"ID of right Container/list"</onright
?

Problem would be if item 1 is empty...
Reply

Logout Mark Read Team Forum Stats Members Help
Container scroll to top0