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
215
Enlarge the clickable zone in an item group
posted

Hi,

I have a UltraExplorerBar with groups and items created at run-time.

The problem is that the user has to click on the label of an item to select it. It would be much easier if he could click everywhere in the line (which is the case for a group, but not for an item).

If I add spaces at the end of the item label, it does'nt change anything.

Regards.

Olivier FALCY.

 

Parents
  • 71886
    Offline posted

    Hello Oliver,

    What you could do is to hook to the 'MouseEnterElement' and to check if the e.Element is an 'ItemUIElement'. Then if the above is true in 'MouseClick' to run your code.


    Please do not hesitate to contact us if you need any additional assistance.

     

Reply Children