Read-only
Description
The List control has a read-only property.
This is especially useful if you have configured the list to behave like a carousel and you want to prevent any item in the List from displaying as selected. To find out what row a click, right click, or double-click action occurred on, your Javascript can reference
arguments[0]
This gives the zero based row index of the target row.
See Also