Hi all
i am migrating Sharepoint 2010 to 2013 Successfully. But Still my List look like 2010. can you please help me to fix the issue


Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raghavendar SwaminathanPosted Oct 13, 2018, 1:07 PM
$list = $web.Lists["
$list.ImageUrl = "/_layouts/15/images/itann.png?rev=23"
$list.Update()
Purna MuvvaPosted Oct 13, 2018, 12:58 PM
Raghavendar SwaminathanPosted Oct 13, 2018, 11:28 AM
Purna MuvvaPosted Oct 13, 2018, 2:21 AM
Raghavendar SwaminathanPosted Oct 12, 2018, 4:33 AM
- From the list/ library, click on the Library tab
- Click "Modify View"
- Scroll way down to "Style" and expand it
- Choose "Default"
- Click Ok
Thanks