Posted 1 June 2023, 10:57 am EST
Take the sample from https://www.grapecity.com/forums/winforms-edition/net6-c1splitbutton-itemclicked-is-fired-when-hovering-over-item and update to .603: when clicking an item with childs, the menu stays visible and the child items are expanded.
Is there any chance to hide the dropdown after an item click?
I tried
this.c1SplitButton1.DroppedDown = false;
But this works only partially: the root menu is hidden, but the child menu that is expanded by the click stays visible.
Best regards
Wolfgang