September 26, 2010
TabControl is made from two parts: TabItem which represents the actual tab that contains image and text TabControlPanel which is connected to the tab through TabItem.AttachedControl property and which hosts your controls The easiest way to add the tab and associated panels is by using the TabControl.CreateTab method. It will return the reference to the […]