Posted 27 March 2023, 8:27 am EST - Updated 27 March 2023, 8:41 am EST
Hi,
I’m trying to check more than one value in c1splitButton, but even if in DropDownItemClicked event I’ve set “xxx.DroppedDown = True”, the split closes.
I’ve also noticed that when I click any DroppedDown Item, no .Validated / .Validating event is fired: only when i close the drop down clcking elsewhere, the dropdown closes raising the validated event.
WHere am I wrong ?
How can i FORCE the dropdown menu stay opened after a check/click item event?
Thanks
Fabio
P.S. Into an InputSplitButton (input panel’s component), which has NOT the “DropDownItemClicked” event, on an item click event, the
InputSplitButton1.DroppedDown = True
works perfectly
Andalso if I add any item creating a custom handler for the click event, it raises two events, Item_Clicked and DropDownItemCLicked…