Hi, I want to know,
How can I use the CAPH3.0 API to control the scrolling of a list
For example, I want to jump from program 1 to program 25, and the list can scroll to program 25 and display it normally,
I tried using the focus method, but the list did not follow the scrolling
$.caph.focus.controllerProvider.getInstance().focus($(“.live-program”).find(‘[focusable][data-index=’+25+‘]’))