How about extending list but not using ListView? Maybe you can have a different implementation of IListView where dataGroup references the view element?
If you’re sure there’s not going to be any chrome elements (e.g. TitleBar) then it seems to me correct to not use a data group on top of the main container. From: Carlos Rovira<mailto:carlosrov...@apache.org> Sent: Tuesday, November 22, 2016 2:04 PM To: dev@flex.apache.org<mailto:dev@flex.apache.org> Subject: [FlexJS] List Structure Hi, I'm digging into the FlexJS List, and is a complex component with lots of beads. But in MDL the structure is simpler. In MDL there is only a <ul> with <li> item elements in FlexJS we have the List Container (that I can change to <ul>), but then we have the List DataGroup that is an additional div. So I'm in the decision if I should go the FlexJS List and extend it (I think this should be the right approach in order to have dataProvider, selectedIndex, and other "flexy" things If so, I need to remove div layers, but don't know if this is possible or how to do it Thoughts? -- Carlos Rovira http://about.me/carlosrovira