G
Guest
hi,
there is a vb.net listview (singleselect = true) control and when it loses
the focus i want to keep the selecteditem highlighted
i can use for example
listView.selectedItems(0).backcolor = color.Blue
in the SelectedIndexChanged event.
My prob is that i can't find the same color as the one that is used when
the listview item is highlighted. how can i find it ?
there is a vb.net listview (singleselect = true) control and when it loses
the focus i want to keep the selecteditem highlighted
i can use for example
listView.selectedItems(0).backcolor = color.Blue
in the SelectedIndexChanged event.
My prob is that i can't find the same color as the one that is used when
the listview item is highlighted. how can i find it ?