Click here to Skip to main content
15,891,730 members
Articles / Desktop Programming / WPF

A WPF Tab Header Control with Scroll Buttons, Moveable Tab Items and a Close Button in Each Tab

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
30 Apr 2020CPOL5 min read 14.7K   541   9  
WPF tab header control using two button controls and a modified listbox with list items arranged horizontally
This article presents a configurable WPF tab header control with a close button in each tab, scroll buttons and items that can be rearranged. The tab header control is based on the listbox in horizontal mode. It can easily be combined with other components to create customised tab controls.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United Kingdom United Kingdom
C#/WPF/C++ Windows developer

Comments and Discussions