I have recently been working extensively with WPF, utilizing listviews to display information. I am interested in creating a more detailed listview-like interface.
A good example of the interface I am aiming for is similar to the "listview" layout found on Facebook's newsfeed or Stack Overflow's question browsing list.
The data will be sourced from an XML document. Initially, I attempted to use divs nested within divs to achieve the desired layout, but it became messy. I also experimented with using tables and hiding the borders, which was somewhat successful, but I am aware that tables may not be the best approach.
I am unsure if "Listview" accurately describes what I am envisioning. If there is a more fitting term, please provide insight so I can conduct further research beyond just searching for Listviews in HTML/Javascript.
Thank you.