Method SetMark
SetMark(int, bool)
Sets the marked state of the specified item.
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.
Sets the marked state of the specified item.
void SetMark(int item, bool value)
ListView calls this method when the user toggles marking (e.g., via the SPACE key) if AllowsMarking is true.