[RESOLVED] scrollBarAutoHide no longer working

Again, trying to update to the Graphics 2.0 engine builds (using graphics compatibility mode), and find that scrollBarAutoHide doesn’t work.

Is this something that is a limitation of the Graphics 2.0 engine?  I don’t see it in the documentation.

Or just something broken in the latest daily builds?  Tested in 2100, 2161, and 2162 and does not work.  At least in the Simulator.

Did you try autoHideScrollBar = true? I just took a look at the source and this is how it appears there. Hope this helps.

ksan,

Thank you!  Had no idea they renamed it, since apparently it is an undocumented feature now.

Just tried it and it is working in the Simulator.  Hope that carries through to the devices.  :slight_smile:

Appreciate the information very much.

I had no idea it had been renamed either and my app code still has scrollBarAutoHide so thanks for catching this change. Either old or new is not in the documentation either. Very weird. Lets see if the new format will stay for a while. 

Well, it is still scrollBarAutoHide in daily build 1260.   :slight_smile:

And I just tested daily build 2162 on my iPad with this switch, and it is working.

Yup. I observed the change in the code checked into GitHub which says it is synching GitHub version with build 2114. So somewhere along the way this change must have been made for some reason without properly announcing the change. 

Did you try autoHideScrollBar = true? I just took a look at the source and this is how it appears there. Hope this helps.

ksan,

Thank you!  Had no idea they renamed it, since apparently it is an undocumented feature now.

Just tried it and it is working in the Simulator.  Hope that carries through to the devices.  :slight_smile:

Appreciate the information very much.

I had no idea it had been renamed either and my app code still has scrollBarAutoHide so thanks for catching this change. Either old or new is not in the documentation either. Very weird. Lets see if the new format will stay for a while. 

Well, it is still scrollBarAutoHide in daily build 1260.   :slight_smile:

And I just tested daily build 2162 on my iPad with this switch, and it is working.

Yup. I observed the change in the code checked into GitHub which says it is synching GitHub version with build 2114. So somewhere along the way this change must have been made for some reason without properly announcing the change.