Show / Hide Table of Contents

Class ScrollBar

Provides attached properties for ScrollBars.

Inheritance
object
DispatcherObject
DependencyObject
ScrollBar
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Equals(object)
DependencyObject.GetHashCode()
DependencyObject.GetLocalValueEnumerator()
DependencyObject.GetValue(DependencyProperty)
DependencyObject.InvalidateProperty(DependencyProperty)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyProperty, object)
DependencyObject.SetValue(DependencyPropertyKey, object)
DependencyObject.ShouldSerializeProperty(DependencyProperty)
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DispatcherObject.Dispatcher
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class ScrollBar : DependencyObject

Fields

View Source

VisibilityModeProperty

Defines the DependencyProperty for SetVisibilityMode(DependencyObject, ScrollBarVisibilityMode).

Declaration
public static readonly DependencyProperty VisibilityModeProperty
Field Value
Type Description
DependencyProperty

Methods

View Source

GetVisibilityMode(DependencyObject)

Gets the ScrollBar visibility mode.

Declaration
public static ScrollBarVisibilityMode GetVisibilityMode(DependencyObject element)
Parameters
Type Name Description
DependencyObject element

The element.

Returns
Type Description
ScrollBarVisibilityMode
See Also
SetVisibilityMode(DependencyObject, ScrollBarVisibilityMode)
View Source

SetVisibilityMode(DependencyObject, ScrollBarVisibilityMode)

Sets the ScrollBar visibility mode.

Declaration
public static void SetVisibilityMode(DependencyObject element, ScrollBarVisibilityMode value)
Parameters
Type Name Description
DependencyObject element

The element.

ScrollBarVisibilityMode value

The value.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
DependencyObjectExtensions.XamlClone<T>(T)
DependencyObjectExtensions.FindAncestor<T>(DependencyObject)
DependencyObjectExtensions.FindFirstChildByType<T>(DependencyObject)
DependencyObjectExtensions.FindLogicalAncestor<T>(DependencyObject)
DependencyObjectExtensions.GetChildrenByType<T>(DependencyObject)
DependencyObjectExtensions.GetContainer(DependencyObject)
DependencyObjectExtensions.SetContainer(DependencyObject, CompositionContainer)

See Also

DependencyObject
  • View Source
Back to top Generated by DocFX