Could anyone please help with example code in vb.net on how to create a dropdown list within a listview column.
i.e
If I have a listview which displayed the following(Name being one column and Access being the second):
Name Access
-------------------
Simon User
Bob User
Fred Admin
John User
But I wanted it so when the user identifies the Access column a dropdown list appears displaying 'User' and 'Admin'
Example of code would be greatly appreshiated.
Thanks
Simon
i.e
If I have a listview which displayed the following(Name being one column and Access being the second):
Name Access
-------------------
Simon User
Bob User
Fred Admin
John User
But I wanted it so when the user identifies the Access column a dropdown list appears displaying 'User' and 'Admin'
Example of code would be greatly appreshiated.
Thanks
Simon