autoheight

enables automatic calculation of the height based on view height

boolean autoheight;

Example

{ 
    view:"radio", 
    autoheight:true,
    ...
 }

Back to top