Make TabControl Headers Scrollable in WPF
问题 As Mentioned in Title, I want to change the header of my TabControl to be scrollable. The reason: I have too many tabItems, and the wrapping is not the best solution in my case. so I want to change it from : To something like that (Scroll bar indicated by the arrow) : Can anyone help me and show how to do that ? (I'm using wpf) 回答1: Changing TabControl.Template to something simple like this seems to work for me <TabControl ...> <TabControl.Template> <ControlTemplate TargetType="{x:Type