ScrollView
Brought to you by:
isadovskiy
when tring to compile i get this error:
ScrollView.as:174: characters 1-42 : type error
Object should be String
lines 166-180 in ScrollView:
/**
* @tiptext Whether the vertical scrollbar is always
on, always off or automatically changes.
* @helpid 3272
*/
function get vScrollPolicy(): String
{
return getVScrollPolicy();
}
function set vScrollPolicy(policy:Object)
{
setVScrollPolicy(policy);
}
/**