It seems like Silverlight 4 does not have a ListView control, unless I am missing something. Or a control that’s basically replicates its function (e.g. re-sizable column headers, etc…).
Is there an example of how to create something similar? I am after a setup like this:

You can use the DataGrid control. It has re-sizable column headers, column-click ordering, grouping, in-place editing, etc.