Hi All,
I am using the UltraListView control and i have set the View property as Detailed View.
Now whenever the focus goes of the list view (like invoking a modal dialog), the selection colour in the list view goes off.
Is there any way so that the selection colour remains even when the focus is lost?
Thanks in Advance,
Manikandan
I think i got the answer for this. We have to set the HideSelection property to False.
Thanks and Regards