View Single Post
  #1 (permalink)  
Old September 13th, 2004, 04:32 PM
jlr27613 jlr27613 is offline
Registered User
 
Join Date: Sep 2004
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default ListView Control

I have built a list view in detail view. I want to be able to edit and add new record to this control in place. I have been unable to get an event that points to the subItem.

The only event that I could cause to fire is:
xxx__SelectedIndexChanged(System::Object * sender, System::EventArgs * e)

This would provide the Item if the first column is selected. The other columns would not fire unless the first column was already selected. Also if there cell was empty or spaces the event would not fire even when the first column was selected.

Help!!!
Thanks jlr


Reply With Quote