Look like we can add panes using API
public Task AddPaneAsync(SplitterPane paneProperties, int index)
I would like update the index of splitter panes based on a button click or other event is there any way to update index of existing index ? this will help user move the content with splitter up or down along with expand and collapse
thanks