Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
On leave of an UltraListView
posted

Hi all!

I have an UltraPanel containing two UltraListView and my situation is the following:

If I select a item from the first list and then I select another one from the second list the first one selected in the first list lose the highlighted appearance.

Is there any method or somebody to do for avoiding the lose of the highlighted appearance?

Thanks in advance.

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    What you want here is the HideSelection property on the ItemSettings.

    this.ultraListView1.ItemSettings.HideSelection = false;

    This is basically the same as the HideSelection property on the inbox ListView control.

Children
No Data