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
240
How do I stop item selection in the ExplorerBar?
posted

  I set EnableSelection="False" EnableHotTracking="False" EnableExpandButtons="false" because I wanted to use it as a set of collapsible panels but even with the EnableSelection set to false it still allows selection of the items in the groups which of course changes all of the CSS in the selected item. Have I missed a setting somewhere? I even tried cancelling the ClientEvents-ItemSelecting event to no avail.

 

  • 240
    Suggested Answer
    posted

    I overrode the CSS classes that change the background image and that solved my problem.  I would have expected that disabling selection would also disable Activation as well.