Reputation: 381
Ok, So I have some tabs in a tab control. As soon as I have an overflow tab (when the tabs overflow onto another 'page' and the left/right arrows are shown) and I delete the end tab with tabControl1.TabPages.RemoveAt(tabControl1.SelectedIndex);
, where the selected index is that of the last tab, the overflow tab HEADER is still not shown but it's content is, as shown here:
How do i get my overflow tabs to show back up?
Upvotes: 0
Views: 272