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
465
DoubleClick on a Group Header UltraListView
posted

Hi - I've created a UltraListView that in the Group Headers a CheckBox is displayed and when this checkbox is selected then all the items in that group are selected automatically. Works fine. I use the IUIElementCreationFilter to create the checkboxes. 

What I would like to do is allow the user to double on the Group Header and then automatically check all the items.

The double clicking on the group header allows for a bigger target than the small checkbox that is available.  I have no problem with itemDoubleClick and I would like the Group Header to function the same way.  I'm using VB.NET Basic if you have any code that you can pass on.

Thank you for your time and look forward to your help.