Hello,
Can we make Listview subitems editable by double clicking?
its like Listviewsubitems .LabelEdit = lvwAutomatic
instead of listitem only, subitems will also be editable.
Is there a way?
big thanks
Hello,
Can we make Listview subitems editable by double clicking?
its like Listviewsubitems .LabelEdit = lvwAutomatic
instead of listitem only, subitems will also be editable.
Is there a way?
big thanks
This question is not much different than the previous one.
---
Hans
"IT" Always crosses your path!
May the (vba) code be with you... if it isn't; start debugging!
If you like my answer, Click the * below to say thank-you
the first column in Listview can be editable, you can manually type any text in the first column by
.LabelEdit = lvwAutomatic
I'm trying to apply this to subitems in Listview.
My prior inquiry is putting combobox in listview. But here, I'm just trying to make subitems allow user to type in any text.
There is no setting for that. You would have to add another control for editing and position it appropriately when the item is clicked. Not trivial, in my opinion.
Don
Please remember to mark your thread 'Solved' when appropriate.
I suggest you give your BFF Google a chance
Found these articles (and may more)
https://docs.microsoft.com/en-us/dot...stview-control
https://msdn.microsoft.com/en-us/lib...code-snippet-1
Thank you guys for your help...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks