I have a code that works just fine in any version of AE but CC
var sliderH = lineTwo.add("slider", undefined, thisObj.numRows, 1, 15);
sliderH.size = 'width: 150, height: 0';
In CC it doesn't show slider
If I remove second line - it shows the slider but with a default size. How can I overcome this behavior?