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
704
ListToolItem option group?
posted

Hi, eveyrone

   Is there a  way to make a group of ListToolItems on a menu an option group? Basically I want at least one item to be selected in the menu.  Right now the user is able to uncheck a ListToolItem and I want at least one always selected... if this can't be done, is there a way to grab the last selected index? Thanks.

Parents
No Data
Reply
  • 44743
    Verified Answer
    posted

    This functionality is not currently available. I have forwarded this post to the DS Manager to create a feature requet on your behalf.

    You can still accomplish this by using StateButtonTools instead of a ListTool. You can add all StateButtonTools to the same OptionSet and set its AllowAllUp property to False.

Children