Ever used a spark list and had to use tab focus in the renderer?
Notice it doesnt work by default?
use hasFocusableChildren=”true”
<s:List
width="100%"
height="100%"
itemRenderer="com.views.SomeRenderer"
hasFocusableChildren="true"
/>
Ever used a spark list and had to use tab focus in the renderer?
Notice it doesnt work by default?
use hasFocusableChildren=”true”
<s:List
width="100%"
height="100%"
itemRenderer="com.views.SomeRenderer"
hasFocusableChildren="true"
/>
转载于:https://my.oschina.net/u/133558/blog/332005