SettingsStoreExplorer icon indicating copy to clipboard operation
SettingsStoreExplorer copied to clipboard

Indicate when there are no properties

Open pharring opened this issue 6 years ago • 1 comments

In the right hand pane, if there are no properties, put some placeholder text.

pharring avatar Apr 29 '19 15:04 pharring

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).

pharring avatar May 27 '19 00:05 pharring