I am trying to achieve tabs shelf when the number of max tabs is increasing.
For Example:
Max_Tabs = 5
if number of open tabs is getting greater than 5 then the oldest one should popout to the shelf.
Can I use setcornerwidget for this? If yes then which widget I should Consider using?
Thanks in advance for any help.