thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

MetroTabControl distance distribution #125

Open gepbird opened 4 years ago

gepbird commented 4 years ago

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.