I have a requirement where in I have to limit the number of selections a user can make in a ListBox filter. If the ListBox filter has 25 values, the user must be able to select only 5 values. Is there any ironPython scripts or some methods to achieve this requirement? Thanks in advance.