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.
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.