清除显示列表
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清除显示列表相关的知识,希望对你有一定的参考价值。
Removes all children from the specified scopes display list. Straight out of Colin Moock's Essential ActionScript 3 book.
var _scope:DisplayObjectContainer = this; // set the desired scope here, or below if you want to keep it to one line while(_scope.numChildren > 0) _scope.removeChildAt(_scope.numChildren-1);
以上是关于清除显示列表的主要内容,如果未能解决你的问题,请参考以下文章
Android:RecyclerView 不显示片段中的列表项