Spyru Posted October 6, 2003 Posted October 6, 2003 What I want is that someone can double click an item (and also its subitems) in my listview, and be able to edit it from there. thanks, Spyru Quote
*Gurus* divil Posted October 6, 2003 *Gurus* Posted October 6, 2003 If you set the LabelEdit property to true, they'll be able to edit the text in the first column. The ListView control doesn't support editing of subitems. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
AlexCode Posted October 6, 2003 Posted October 6, 2003 I've never had that problem in hands but did you search on http://www.codeproject.com on the C# controls section? Quote Software bugs are impossible to detect by anybody except the end user.
Spyru Posted October 6, 2003 Author Posted October 6, 2003 I'm using VB .NET so Csharp controls wouldn't work right? Quote
*Gurus* divil Posted October 6, 2003 *Gurus* Posted October 6, 2003 Wrong - when they're compiled, it doesn't matter what language .net assemblies are written in, they work with all other .net assemblies. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.