In vb6 I installed in my computer it has microsoft windows common controls 5.0(sp2).I want to know how to have full row select option in listview component.how can i select full row at listview.in listview properties there is no fullrowselection check box.it has only 5 chechboxes.
mahela 0 Light Poster
Recommended Answers
Jump to PostFirst, your code is not running. You missing 's' in every ListItems and SubItems statements.
Second, As default you can't select entire rows. It's because version 5.0 (SP2) does not support it.
but if you use version 6.0, your listview will able to do that with set FullRowSelect = true.
…
All 4 Replies
AndreRet 526 Senior Poster
mahela 0 Light Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
mahela 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.