hdriak Posted April 25, 2006 Posted April 25, 2006 Hi all, I've got a listview with different cell background colors. Now the problem is when the object lose focus. By default the listview remembers last item and it appears highlighted. By deleting items it will default to first cell in previous row. Properties say the item is not selected and is not focus. Does anybody know how to stop the listview highlighted item? or how to fix problem? There is an attached screenshot of the problem Many thanks!untitled.bmp Quote
mskeel Posted April 25, 2006 Posted April 25, 2006 There are properties for selecting the whole row and for keeping the selected row selected when the listview loses focus. I don't quite remember their exact names but I can look it up for you later today if you still can't find it for some reason. Try messing with those first. Quote
Cags Posted April 25, 2006 Posted April 25, 2006 Isn't it just HideSelection = true that you want? Quote Anybody looking for a graduate programmer (Midlands, England)?
hdriak Posted April 25, 2006 Author Posted April 25, 2006 Yep! that is exactly what i needed and didn't knew. Thanks very much for the tip! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.