Hello,
I have a listview with Checkboxes. I want to let the user be able to "check all" in one operation. is this possible? how to do it?
thank,
Ignacio
this.ultraListView1.Items.SetCheckState(CheckState.Checked);