I am having an issue with rendering ListView icons. For example I have 16 items only. They all use icons of size 32x32. It takes two seconds to display the icons, and the icons appears from buttom to top.
This is what i did: 1- add 16 items to list view 2- the listview is bound to an image list with icons 16x16 3- ListView is RTL, with groups 3- added a button that runs the following: FoldersListView.Refresh()
the rendering after pressing that button takes 2 seconds.
Any advice is highly appreciated
What are you computer specs? try running the app without the debugger outside VS. but first close VS, see if the problem is still present, apps usually run faster without the debugger