C# Class Wpf.Controls.TabPanel

TabPanel
Inheritance: System.Windows.Controls.Panel, IScrollInfo
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Private Properties

Property Type Description
ClearDimensions void
EnsureChildRects void
MeasureHorizontal System.Windows.Size
MeasureVertical System.Windows.Size
SetDimensions void

Public Methods

Method Description
LineDown ( ) : void
LineLeft ( ) : void
LineRight ( ) : void
LineUp ( ) : void
MakeVisible ( Visual visual, Rect rectangle ) : Rect
MouseWheelDown ( ) : void
MouseWheelLeft ( ) : void
MouseWheelRight ( ) : void
MouseWheelUp ( ) : void
PageDown ( ) : void
PageLeft ( ) : void
PageRight ( ) : void
PageUp ( ) : void
SetHorizontalOffset ( double offset ) : void
SetVerticalOffset ( double offset ) : void
TabPanel ( ) : System

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size

Arrange Override

MeasureOverride ( Size availableSize ) : Size

Measure Override

Private Methods

Method Description
ClearDimensions ( FrameworkElement tabItem ) : void
EnsureChildRects ( ) : void
MeasureHorizontal ( Size availableSize ) : Size

Measure the tab items for docking at the top or bottom

MeasureVertical ( Size availableSize ) : Size

Measure the tab items for docking at the left or right

SetDimensions ( TabItem tabItem ) : void

Method Details

ArrangeOverride() protected method

Arrange Override
protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

LineDown() public method

public LineDown ( ) : void
return void

LineLeft() public method

public LineLeft ( ) : void
return void

LineRight() public method

public LineRight ( ) : void
return void

LineUp() public method

public LineUp ( ) : void
return void

MakeVisible() public method

public MakeVisible ( Visual visual, Rect rectangle ) : Rect
visual Visual
rectangle System.Windows.Rect
return System.Windows.Rect

MeasureOverride() protected method

Measure Override
protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
return System.Windows.Size

MouseWheelDown() public method

public MouseWheelDown ( ) : void
return void

MouseWheelLeft() public method

public MouseWheelLeft ( ) : void
return void

MouseWheelRight() public method

public MouseWheelRight ( ) : void
return void

MouseWheelUp() public method

public MouseWheelUp ( ) : void
return void

PageDown() public method

public PageDown ( ) : void
return void

PageLeft() public method

public PageLeft ( ) : void
return void

PageRight() public method

public PageRight ( ) : void
return void

PageUp() public method

public PageUp ( ) : void
return void

SetHorizontalOffset() public method

public SetHorizontalOffset ( double offset ) : void
offset double
return void

SetVerticalOffset() public method

public SetVerticalOffset ( double offset ) : void
offset double
return void

TabPanel() public method

public TabPanel ( ) : System
return System