Hello,
I'm writing in C#, I have a ListView control and I would like to give the user the possibility to edit the subitems' texts.
I have searched in the forum a solution to my question, and I have found a nice idea, that is the creation of a textbox control exactly over the subitem the user has clicked to.
The problem of this technique is that I don't know how to obtain the top, left and height properties of the subitem clicked (I can find the main item using the "GetItemAt" method, but then?)
Do you have an idea on how to do it (or if there's another procedure to edit the subitem's text)?
Thank you
I'm writing in C#, I have a ListView control and I would like to give the user the possibility to edit the subitems' texts.
I have searched in the forum a solution to my question, and I have found a nice idea, that is the creation of a textbox control exactly over the subitem the user has clicked to.
The problem of this technique is that I don't know how to obtain the top, left and height properties of the subitem clicked (I can find the main item using the "GetItemAt" method, but then?)
Do you have an idea on how to do it (or if there's another procedure to edit the subitem's text)?
Thank you