InutPanel's InputMenu DropDown

Posted by: fabio.lavitola on 26 August 2022, 10:19 am EST

    • Post Options:
    • Link

    Posted 26 August 2022, 10:19 am EST

    Hi,

    I need to use an InputMenu such as a List of checkable InputOptions (I use it like a filter to select values), but when I check one of the Options, the DropDownMenu closes itself and I need to reopen it.

    Since I may have a lotta values, something like

    InputOption1.AutoClose = False

    property would be appreciated, or even a workaround via code.

    Thanks

    Regards,

    Fabio La Vitola

  • Posted 28 August 2022, 11:00 pm EST

    Hi,

    You can set the NoHideOnItemClick property of the InputMenu to True to prevent the menu from closing on the click of any item.

    InputMenu1.NoHideOnItemClick = True
    

    Regards

    Avnish

  • Posted 30 August 2022, 3:11 am EST

    Ok it works, thanks you.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels