TabView.ReorderTab

Declaration

public void ReorderTab(int from, int to);

Parameters

from The current index of the tab to move.
to The target index to move the tab to.

Description

Moves the tab from the specified index to a new index.

If the TabView contains a view-data-key, reorder the tab only after the view data is applied. Otherwise, the view data will override the order.


Did you find this page useful? Please give it a rating: