Kodi Community Forum
HOW TO DISABLE AUTO-SCROLL ? (VERTICLE) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: HOW TO DISABLE AUTO-SCROLL ? (VERTICLE) (/showthread.php?tid=266861)



HOW TO DISABLE AUTO-SCROLL ? (VERTICLE) - MBLU - 2016-03-31

Hi, can anyone help me disable the auto-scroll on the spotlight widget for the vertical home style

I've read that you go into the Includes_Home.xml file, & change this code:

<autoscroll time="10000">!Control.HasFocus(301)</autoscroll>

to this:

<autoscroll>false</autoscroll>

But I don't have this line of code: <autoscroll time="10000">!Control.HasFocus(301)</autoscroll> that I'm supposed to change

The only lines of code I seem to have are: <autoscroll>false</autoscroll> AND <autoscroll time="10000">false</autoscroll>

I would really appreciate the help, thank you.