C# Class withSIX.Core.Presentation.Wpf.Behaviors.ScrollViewerEx

显示文件 Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
AutoScrollHandlerProperty System.Windows.DependencyProperty
AutoScrollProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetAutoScrollToEnd ( ScrollViewer instance ) : bool
SetAutoScrollToEnd ( ScrollViewer instance, bool value ) : void

Private Methods

Method Description
HookupAutoScrollToEnd ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetAutoScrollToEnd() public static method

public static GetAutoScrollToEnd ( ScrollViewer instance ) : bool
instance System.Windows.Controls.ScrollViewer
return bool

SetAutoScrollToEnd() public static method

public static SetAutoScrollToEnd ( ScrollViewer instance, bool value ) : void
instance System.Windows.Controls.ScrollViewer
value bool
return void

Property Details

AutoScrollHandlerProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoScrollHandlerProperty
return System.Windows.DependencyProperty

AutoScrollProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutoScrollProperty
return System.Windows.DependencyProperty