You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to change ListView Item BackColor. Could you please help me? if (!File.Exists(outputPath)) { item.BackColor = Color.Gray; }
Note: I set UseCustomBackColor property to "true"
The text was updated successfully, but these errors were encountered:
I am not able to change ListView Item BackColor. Could you please help me?
if (!File.Exists(outputPath)) { item.BackColor = Color.Gray; }
Note: I set UseCustomBackColor property to "true"
The text was updated successfully, but these errors were encountered: