Method SetMark
SetMark(int, bool)
Sets the marked state of the specified item.
public void SetMark(int item, bool value)
Parameters
Remarks
ListView calls this method when the user toggles marking (e.g., via the SPACE key) if AllowsMarking is true.