Prajna


GeneralTab

A Customized Tab Control

Constructors

ConstructorDescription
new()
Signature: unit -> GeneralTab

Instance members

Instance memberDescription
AddTab(header, c)
Signature: (header:'?18875 * c:FrameworkElement) -> unit
Type parameters: '?18875

Add a tab with header information

SetActive(index, width, height)
Signature: (index:int * width:float<MeasureOne> * height:float<MeasureOne>) -> unit

Set a certain tab as the current displying tab, update its window size

Tab(index)
Signature: index:int -> TabItem

Return a certain tab

Fork me on GitHub