Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以不在数据网格中的滚动上重用 itemrenderers。相反,滚动数据网格应该创建 itemrenderers 的新实例?
不建议这样做,但看起来您可以通过将useVirtualLayout参数设置为false:
useVirtualLayout
false
<s:List> <s:layout> <s:VerticalLayout useVirtualLayout="false" /> <s:/layout> </s:list>
注意:这是针对 Flex 4.x