Dumb question time...
I can detect the currently highlighted selection in a list using:
but how to I detect when that item is actually activated, that is, dbl-clicked on/enter pressed, etc ?
Edit: Sigh. Don't know how I missed the ActivateItem method. I think the scrollbars in VisualStudio were hiding it :o
Iain
I can detect the currently highlighted selection in a list using:
Code:
public override void SelectedItem(UiList.ListObject item)
but how to I detect when that item is actually activated, that is, dbl-clicked on/enter pressed, etc ?
Edit: Sigh. Don't know how I missed the ActivateItem method. I think the scrollbars in VisualStudio were hiding it :o
Iain