i have a window UI with multiple tabs using tablayout.
i (user) would like to sort these tabs using drop/drag the tab.
however, when i use dragCallback, it only works on the tablayout itself and not on the individual tabs.
i have a paneLayout as a child of this tablayout, so i tried dragCallback on the paneLayout, but didn't do anything...
Is there a way to sort tab using drag/drop callback?
if not, is there a good idea to allow users to sort the tabs?
thank you