Using WebStorm, I have a Progress element : 
<Progress  id="prgressid" ></Progress>
I want to increase its height. It can be done via scaleY=".." attribute or via native code : 
mProgressBar.setScaleY(3);
I've decided to do it via code but the intellisene shows me :
It doesn't have the setScaleY method.
(if I try to use setScale method - it fails at runtime - But if I try setScaleY - it does work.)
Question:
Why isn't the method shown ? And what should I see in order to see all accessible methods ?
tns info : 


 
    