yishayw opened a new issue #950:
URL: https://github.com/apache/royale-asjs/issues/950
In this app
```
<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.apache.org/royale/spark"
>
<fx:Script>
<![CDATA[
]]>
</fx:Script>
<s:Scroller width="100" height="100">
<s:Group>
<s:BorderContainer backgroundColor="red" width="200"
height="200"/>
</s:Group>
</s:Scroller>
</s:Application>
```
Scroller should be showing scrollbars as it does in Flex.
I could be that the Scroller viewport is set to the Group which is sized to
its content which thus does not overflow.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]