Documentation

$width

current width of the view

number $width;

Example

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

Details

Value is not really actual, but last applied

Do not try to set this value

Back to top