question

KailashSahu-8768 avatar image
0 Votes"
KailashSahu-8768 asked DanielZhang-MSFT commented

Refresh method is not working in Imagelistview

Why is not working Refresh method in ImageListView, Can you give me altenative solution

         imageListView1.Refresh();
dotnet-csharp
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.


Maybe use an alternative approach that does not require Refresh. Show some code details. Why do you need Refresh?


0 Votes 0 ·

If I add new data in imagelistview, and i will move another location, But still show ? , If I will add 5images in imagelistview and 2image images move another location ,There will show 5images i have moved images, still show 3images but there 5images

0 Votes 0 ·

Hi @KailashSahu-8768,
In order to find the cause and solve the problem more accurately, please provide more codes to reproduce the problem.
Best Regards,
Daniel Zhang

0 Votes 0 ·

0 Answers