C# 클래스 LogViewer.Controls.PassthroughMouseWheelBehavior

Captures and eats MouseWheel events so that a nested ListBox does not prevent an outer scrollable control from scrolling.
파일 보기 프로젝트 열기: Dronacharya-Org/Dronacharya

공개 프로퍼티들

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

공개 메소드들

메소드 설명
GetPassthroughMouseWheel ( UIElement e ) : bool
SetPassthroughMouseWheel ( UIElement e, bool value ) : void

비공개 메소드들

메소드 설명
OnPassthroughMouseWheelChanged ( DependencyObject depObj, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPreviewMouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void

메소드 상세

GetPassthroughMouseWheel() 공개 정적인 메소드

public static GetPassthroughMouseWheel ( UIElement e ) : bool
e System.Windows.UIElement
리턴 bool

SetPassthroughMouseWheel() 공개 정적인 메소드

public static SetPassthroughMouseWheel ( UIElement e, bool value ) : void
e System.Windows.UIElement
value bool
리턴 void

프로퍼티 상세

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

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