79329436

Date: 2025-01-04 19:08:51
Score: 1
Natty:
Report link

Instead of directly setting indexes try using Insert and Remove methods like this:

int idx = Items.IndexOf(i);
Items.RemoveAt(idx) // or just Items.Remove(i);
Items.Insert(idx,i);

I believe windows may have some problems with reordering, but inserting and removing should call native methods. Didn't try myself, so please reply if it worked.

Reasons:
  • Blacklisted phrase (1.5): please reply
  • Whitelisted phrase (-1): it worked
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: aw3