Samples
Forum
Support
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCss
clearValidation
copy
count
customize
define
destructor
detachEvent
disable
enable
exists
filter
getChildViews
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getItemNode
getLastId
getNextId
getNode
getPage
getPager
getParentView
getPrevId
getScrollState
getSelectedId
getSelectedItem
getTopParentView
getVisibleCount
hasCss
hasEvent
hide
isEnabled
isSelected
isVisible
load
loadNext
locate
mapEvent
move
moveBottom
moveDown
moveSelection
moveTop
moveUp
parse
refresh
remove
removeCss
render
resize
scrollTo
select
selectAll
serialize
setPage
show
showItem
sort
sync
unbind
unblockEvent
unselect
unselectAll
updateItem
validate
Start
API Reference
ui.list
Methods
scrollTo
scrolls the data container to a certain position
void
scrollTo
(
number
x
,
number
y
);
Parameters
x
number
the value of horizontal scroll
y
number
the value of vertical scroll
See also
samples
Scrollview
articles
Scroll Control
Example
$$
(
"view"
)
.
scrollTo
(
0
,
40
)
;
Back to top