TabControlScrollView Members
In This Article
#Constructors
Name | Description |
---|---|
Tab |
Initializes a new instance of the Tab |
#Fields
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether or not the scroll animation is played. This is a dependency property. |
Allow |
Gets or sets whether the tab items can be hidden by end-users. This is a dependency property.
Inherited from Tab |
Auto |
Gets or sets whether the scroll buttons are automatically hidden when all the headers are visible. This is a dependency property. |
Can |
Gets whether the Header Panel can be scrolled. |
Can |
Gets whether the Header Panel can be scrolled forward. |
Can |
Gets whether the Header Panel can be scrolled backward. |
Can |
Gets whether the Header Panel can be scrolled to the selected tab item. |
Close |
Gets or sets whether to close the header menu after an end-user has selected a tab item from it. This is a dependency property.
Inherited from Tab |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
First |
Gets the index of the first visible tab header. |
Header |
Gets or sets whether the Header Panel is stretched to the tab item's size. This is a dependency property. |
Header |
Gets or sets the location of the Header Panel, relative to the tab item. This is a dependency property.
Inherited from Tab |
Header |
Gets or sets the orientation of tab headers. This is a dependency property. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Owner protected |
Gets the view's owner. This is a dependency property.
Inherited from Tab |
Remove |
Gets or sets whether tab items are removed after being hidden. This is a dependency property.
Inherited from Tab |
Scroll |
Gets or sets when to show the scroll buttons. This is a dependency property. |
Show |
Gets or sets whether to show disabled tab items in the header menu. This is a dependency property.
Inherited from Tab |
Show |
Gets or sets whether the arrow button used to invoke the header menu is visible. This is a dependency property.
Inherited from Tab |
Show |
Gets or sets whether to show hidden tab items in the header menu. This is a dependency property.
Inherited from Tab |
Show |
Gets or sets whether to show visible tab items in the header menu. This is a dependency property.
Inherited from Tab |
#Methods
Name | Description |
---|---|
Check |
Determines whether the calling thread has access to this Dispatcher |
Clear |
Clears the local value of a property. The property to be cleared is specified by a Dependency |
Clear |
Clears the local value of a read-only property. The property to be cleared is specified by a Dependency |
Coerce |
Coerces the value of the specified dependency property. This is accomplished by invoking any Coerce |
Equals |
Determines whether a provided Dependency |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets a hash code for this Dependency |
Get |
Creates a specialized enumerator for determining which dependency properties have locally set values on this Dependency |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the current effective value of a dependency property on this instance of a Dependency |
Invalidate |
Re-evaluates the effective value for the specified dependency property.
Inherited from Dependency |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Invoked whenever the effective value of any dependency property on this Dependency |
Read |
Returns the local value of a dependency property, if it exists.
Inherited from Dependency |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Scroll |
Scrolls the Header Panel to the first header. |
Scroll |
Scrolls the Header Panel to the last header. |
Scroll |
Scrolls the Header Panel one item forward. |
Scroll |
Scrolls the Header Panel one item backward. |
Scroll |
Scrolls the Header Panel to the selected tab item. |
Set |
Sets the value of a dependency property without changing its value source.
Inherited from Dependency |
Set |
Sets the local value of a dependency property, specified by its dependency property identifier.
Inherited from Dependency |
Set |
Sets the local value of a read-only dependency property, specified by the Dependency |
Should |
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
Inherited from Dependency |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates the state of the header menu.
Inherited from Tab |
Update |
Updates the state of the scroll buttons. |
Verify |
Enforces that the calling thread has access to this Dispatcher |
See Also