0

Change ListView Selected Item’s Background Color

Often times, you will want to change the ListView’s selected Item’s Background color.

Here is how to do that ,

Just copy and paste this line in App.Xaml and your done !!

Basically we are overriding the default SelectedItemBackground color bye our custom color.

For default template of ListView you can go to:

https://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj709921.aspx

This applies to all the controls. Check out my note on How to edit a control’s template.

 


Warning: count(): Parameter must be an array or an object that implements Countable in /home/algotu5/public_html/wp-includes/class-wp-comment-query.php on line 405