MainWindow.AddLeftSidebarPanelTabItem

Adds a new panel to the sidebar, and adds header text and icon explicitly. This overload provides a simpler way to add icon and header

public void AddLeftSidebarPanelTabItem(TabItem tabItem,
	string tabHeaderText,
	ImageSource tabHeaderIcon,
	bool selectItem)

Parameters

tabItem
Adds the TabItem. If null the tabs are refreshed and tabs removed if down to single tab

tabHeaderText
Optional - header text to set on the tab either just text or in combination with icon

tabHeaderIcon
Optional - Icon for the tab as an Image Source

selectItem


See also:

Class MainWindow

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic