Is there a way to set something equivalent to VisualState
for the SelectedItem
in a ListView
? I'm using a ViewCell
instead of a TextCell
and selecting an item doesn't change anything, like colors of the selected item. XAML-heavy solution (as opposed to code-behind) preferable if possible.
↧
VisualState for SelectedItem in ListView?
↧