SettingsStoreExplorer
SettingsStoreExplorer copied to clipboard
Indicate when there are no properties
In the right hand pane, if there are no properties, put some placeholder text.
I tried doing this by hiding the listview if the Properties collection was empty via a converter (intending to show some placeholder UI in its place). It didn't work I think because of the delayed evaluation of properties (the Visibility binding didn't get re-evaluated when properties were updated).