toralf wrote:
Wouldn't it be easier ...to have [row number] in A_EventInfo [for single-select ListView]?
I considered that, but the benefit did not seem worth the code size given the relative rarity of a single-select ListView.
Quote:
LV_Modify(RowNumber, "Select") ... doesn't trigger A_GuiEvent = "Normal". Is it possible to add a "Activate" option to LV_Modify?
Although this seems fairly easy, the benefit might not justify the cost (code-size). When I estimate benefit, I'm thinking of how many people would actually use it. In this case, I estimate less than 3% of ListView users.
If you can't find a work-around, let me know. Otherwise I'll put it on the ListView to-do list to be reconsidered at a later time.
Thanks.