My .NET Winforms ObjectListView is flickering when I hover the rows (not the empty space in the list).
I have read that this can happen when using VirtualMode, but I am not.
I only have 2 items in my list and I am not refreshing it.
I have set DoubleBuffered = true for my parent window.
Any suggestions on how to stop the flickering, or why it is occurring?
Make sure you have
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
before running the form.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With