Documentation

$height

current height of the view

number $height;

Example

var height = $$("mylist").$height;

Details

Value is not really actual, but last applied

Do not try to set this value

Back to top