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
365
ultraWinExplorerBar show selection when doesn't have focus?
posted

Hi there!

I have an UltraWinExplorerBar that if I hover/click a selection, it highlights, but when I move focus away from the control, the highlight disappears.  The problem is the user then doesn't know what was selected.

Is there an equivalent to the UltraTree 'HideSelection' property that I can disable in the explorer bar to enable the highlight to stay when the control loses focus?

Thanks a lot!

Corey.

  • 69832
    Suggested Answer
    Offline posted

    When the UltraExplorerBar.ItemSettings.Style property is set to 'StateButton', the item will depict its checked state reagrdless of whether the control has focus. I'm not clear on what could be causing the behavior you describe here because the ExplorerBar doesn't intentionally remove a highlight based on the control's focused state, so if you could attach a simple sample project here we can take a look and try to help.