set_activate_on_single_click
Description:
[
Version ( since =
"3.10" ) ]
public void set_activate_on_single_click (
bool single)
If single
is true, rows will be activated when you click on them, otherwise you need to
double-click.
Parameters:
this |
a ListBox
|
single |
a boolean
|