I have a custom SimpleListViewVisualItem with some custom display via SynchronizeProperties and I would like to update the display when my properties change (like the name for example).
Currently SynchronizeProperties appears to be called when the selected item changes. Is there a way to force SynchronizeProperties to be called from my code?
Currently SynchronizeProperties appears to be called when the selected item changes. Is there a way to force SynchronizeProperties to be called from my code?