private void GetStandardComponents() { if (scroll == null) { scroll = GetComponent <ScrollRect>(); } if (listView == null) { listView = GetComponent <RecycledListView>(); } }