|
-
Feb 26th, 2008, 01:00 PM
#1
Thread Starter
Member
How do I highlight entire Row in ListView not just text.
Ok here is what I have:
lstGoToMenu.FullRowSelect = True
lstGoToMenu.Columns.Item(0).Width = 137
lstGoToMenu.Items.Add("Test")
Now when I hover my mouse over the word 'Test' only the letters of the word Test are highlighted. I want the whole row/column space to be highlighted not just the text.
Second question. i can change the background color and the text color. How can I change the highlight selected color?
thanks for all you help
Mythos.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|