G
Guest
If you set ListView.LabelEdit = True, then the user can edit the selected label's text. But, the user must wait a few seconds after the label is selected until the text can be edited. Is there any way to make it so that the text can be edited as soon as the item is selected
I have a situation where the user will probably want to rename a number of items that are displayed in a ListView. Ideally, I would like to have it so that the user can either tab or use the arrow keys to select the desired item, immediately type a new name for the item, and then repeat this process until all of the items have been renamed
Thanks for any help
Lance
I have a situation where the user will probably want to rename a number of items that are displayed in a ListView. Ideally, I would like to have it so that the user can either tab or use the arrow keys to select the desired item, immediately type a new name for the item, and then repeat this process until all of the items have been renamed
Thanks for any help
Lance