Introduction
In this article we will see how to disable and grey out any specific listviewitem based on condition.
Step 1: Create windows forms application
Form.cs
Output of the application looks like this
Summary
In this blog we have seen how we can disable any specific ListViewItem based on condition. Happy coding!