How to move a Selected Value Up, Down in List Box?

Hi,

We are trying to implement a functionality where We want to move a Selected Value Up, Down in List component.

We have seen this type of functionality in ‘Filters’ of Row Selector Customizer where We can specify the Filter Criteria.

The list component has a selectedIndex property that you can increase or decrease by one. The selectedIndex is the index into the dataset, 0 being the first row.

Thank you Travis. It’s working.