ListView Label Edit help ?
-
Hi. How i can edit listview item label like windows? For example , in my listview have item and its text is "MyFile.exe" . When i try edit, this label text selected fully:MyFile.exe. But , in vista text selected without extention:MyFile.exe How i can do it ? Thanks .
We are haven't bug,just temporarily undecided problems.
-
Hi. How i can edit listview item label like windows? For example , in my listview have item and its text is "MyFile.exe" . When i try edit, this label text selected fully:MyFile.exe. But , in vista text selected without extention:MyFile.exe How i can do it ? Thanks .
We are haven't bug,just temporarily undecided problems.
Look into selectedtext, you can specify the start position and the length of the text to be selected.
Never underestimate the power of human stupidity RAH
-
Look into selectedtext, you can specify the start position and the length of the text to be selected.
Never underestimate the power of human stupidity RAH
Hi, Thanks for reply. In ListView cantrol haven't selectedtext , startposition. I'm using C# .net framework 2.0. I'm not shure , other .net framework versions have selectedtext property. Anybody help ?
We are haven't bug,just temporarily undecided problems.
-
Hi, Thanks for reply. In ListView cantrol haven't selectedtext , startposition. I'm using C# .net framework 2.0. I'm not shure , other .net framework versions have selectedtext property. Anybody help ?
We are haven't bug,just temporarily undecided problems.
You are right, then split the file name into 2 fields when you load the listview, that will give you the granularity you need. OR use another control!
Never underestimate the power of human stupidity RAH