How to show in the WPF Listview using the GridView an empty text (like in ASP.net), e.g. \"please select a person\" or \"0 items founded\"?
Bind it to a DataSource + Property that returns the text you want ? Slot in a dummy object whose String representation is the text you want..