C# 클래스 Yuhan.WPF.Controls.BindableScrollBar

An extended scrollbar that can be bound to an external scrollviewer.
상속: System.Windows.Controls.Primitives.ScrollBar
파일 보기 프로젝트 열기: hansuky/Yuhan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BoundScrollViewerProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
BindableScrollBar ( ) : System

Initializes a new instance of the BindableScrollBar class.

BindableScrollBar ( ScrollViewer scrollViewer, Orientation o ) : System

Initializes a new instance of the BindableScrollBar class.

비공개 메소드들

메소드 설명
BoundScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void
OnBoundScrollViewerPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnScroll ( object sender, ScrollEventArgs e ) : void
UpdateBindings ( ) : void

메소드 상세

BindableScrollBar() 공개 메소드

Initializes a new instance of the BindableScrollBar class.
public BindableScrollBar ( ) : System
리턴 System

BindableScrollBar() 공개 메소드

Initializes a new instance of the BindableScrollBar class.
public BindableScrollBar ( ScrollViewer scrollViewer, Orientation o ) : System
scrollViewer System.Windows.Controls.ScrollViewer The scroll viewer.
o Orientation The o.
리턴 System

프로퍼티 상세

BoundScrollViewerProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows BoundScrollViewerProperty
리턴 System.Windows.DependencyProperty