Scroller 滑動政策
MainUISkin.exml
<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="edwin.MainUISkin" xmlns:e="http://ns.egret.com/eui">
<e:Rect fillColor="0x000000" width="100%" height="100%" />
<e:Group width="100%" height="100%">
<!-- 水平不能滑動, 垂直可以滑動 -->
<e:Scroller width="300" height="300" scrollPolicyH="off" scrollPolicyV="on">
<e:Group>
<e:Rect fillColor="0xFFCC00" width="500" height="500" />
</e:Group>
</e:Scroller>
</e:Group>
</e:Skin>
沒有留言:
張貼留言