You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to insert a new tab after the left-most tab, so I wroteChromeTabs.Tabs.Insert(1));. It does can insert a new tab. But it will at the tab at the end first, then move it to near to the left-most tab. How to insert the tab directly?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to insert a new tab after the left-most tab, so I wrote
ChromeTabs.Tabs.Insert(1));
. It does can insert a new tab. But it will at the tab at the end first, then move it to near to the left-most tab. How to insert the tab directly?Beta Was this translation helpful? Give feedback.
All reactions