Samples
Forum
Support
Documentation
adjust
bind
define
destructor
disable
enable
getBody
getChildViews
getFormView
getNode
getParentView
getScrollState
getTopParentView
hide
isEnabled
isVisible
resize
resizeChildren
scrollTo
show
showView
unbind
Start
API Reference
ui.scrollview
Methods
isVisible
checks whether the view is visible
boolean
isVisible
();
Returns
boolean
true
, if the calling object is visible
See also
api
hide
show
articles
Managing Visibility of Components
Example
$$
(
'my_list'
)
.
isVisible
(
)
;
Back to top