Namespace LlamaSoftware.UI.Tabs
Classes
TabbedPanel
Manages state of TabbedPanelHeader and TabbedPanelContent, triggering in/out animations on TabbedPanelContent and updating selected status of TabbedPanelHeader.
TabbedPanel.ChangeTabEvent
TabbedPanelContent
Content panel for the TabbedPanel. UI representation only, TabbedPanel controls everything. Initially created to allow extension of the Page, but after much usage, seems like that was overkill. This class does nothing more than the Page does and may be removed in a future version to simplify.
TabbedPanelHeader
Header for the TabbedPanel. Only a UI representation, the TabbedPanel controls everything.