Show / Hide Table of Contents

Class ScrollButtonVisibilityConverter

Converts the offset, extent and viewport values of System.Windows.Controls.ScrollViewer to a System.Windows.Visibility value indicates whether the scroll button should be displayed.

Inheritance
System.Object
ScrollButtonVisibilityConverter
Implements
System.Windows.Data.IMultiValueConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking.dll
Syntax
public class ScrollButtonVisibilityConverter : IMultiValueConverter

Methods

Name Description
Convert(Object[], Type, Object, CultureInfo)

Converts the offset, extent and viewport values of System.Windows.Controls.ScrollViewer to a System.Windows.Visibility value indicates the display state of scroll button.

ConvertBack(Object, Type[], Object, CultureInfo)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest