Scrollbar
The Scrollbar component is used when the size of the page exceeds the size of the screen.
** This class will not be supported in 2015.
All functionalities of AppsFramework are more improved, integrating with CAPH. Therefore Appsframework is not supported since 2015 Smart TV. To use functionalities of Appsframework, refer to here.
The size of the Scrollbar is set using the size of the entire page, to the size of the screen.

Figure. Scrollbar component
Syntax | $.fn.sfScroll = function(options) |
Parameter | options - page, show, hide, prev, next, move |
Value |
|
Property |
|

Figure. Scrollbar properties box
The default code for the Scrollbar CSS is given below:
#SceneScene1 #svecScrollbar_NPUR {
position: absolute;
left: 550px;
top: 60px;
height: 150px;
}