Documentation

getVisibleCount

returns the number of items that can be seen with the current view height

number getVisibleCount();

Returns

numberthe count of visible items

See also

Example

var count = $$("myview").getVisibleCount();

Back to top