I want to have a MetroTabControl where every MetroTabPage has the same width and fills the entire MetroTabControl.
I've tried setting the SizeMode to Fixed, and setting the ItemSize width to the TabControl's width divided by the amount of MetroTabPages. It was almost perfect, but the arrows appeared, and if you switched to the last MetroTabPage, a new "tab page" appeared.
I want to have a MetroTabControl where every MetroTabPage has the same width and fills the entire MetroTabControl.
I've tried setting the SizeMode to Fixed, and setting the ItemSize width to the TabControl's width divided by the amount of MetroTabPages. It was almost perfect, but the arrows appeared, and if you switched to the last MetroTabPage, a new "tab page" appeared.