Does a CollectionView's childView have to be an ItemView?
问题 I am trying to get a final layout like... Left Column (collectionView) PanelLayout(LayoutView) BannerView (ItemView) ContentView (LayoutView) Section1 (CompositeView) gridRow (ItemView) PanelLayout(LayoutView) BannerView (ItemView) ContentView (LayoutView) Section1 (CompositeView) gridRow (ItemView) but my Left Column (collectionView) does not want to show the panelLayout(LayoutView). Is it possible to have a childView: that is a LayoutView (like the example below) and not a ItemView (http:/