프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_list | System.Windows.Controls.ListBox | ||
collection_list | bool | ||
comment_list | bool | ||
content_name | string | ||
drag_prefix | string | ||
is_horizontal | bool | ||
item_selected | ItemSelected | ||
populator | |||
selectable | bool |
메소드 | 설명 | |
---|---|---|
HitTestResult_Tap_other ( System.Windows.Media.HitTestResult result ) : HitTestResultBehavior | ||
HitTestResult_Tap_v1 ( System.Windows.Media.HitTestResult result ) : HitTestResultBehavior | ||
HitTestResult_Tap_v2 ( System.Windows.Media.HitTestResult result ) : HitTestResultBehavior | ||
_list_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
_list_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
custom_listbox_v2 ( ) : System | ||
initialize ( bool horizontal, string prefix, ItemSelected i ) : void |
메소드 | 설명 | |
---|---|---|
OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
HitTestOverItem ( System.Windows.Input.TouchEventArgs e, bool drag, bool v2, bool v1, bool other ) : UIElement | ||
_list_PreviewTouchDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void | ||
_list_PreviewTouchMove ( object sender, System.Windows.Input.TouchEventArgs e ) : void | ||
_list_PreviewTouchUp ( object sender, System.Windows.Input.TouchEventArgs e ) : void | ||
_list_select_item ( object item ) : void | ||
_list_select_item ( object item, System.Windows.Input.TouchEventArgs e ) : void | ||
attend_on_item ( bool select, |
||
avatar_drag ( System.Windows.Controls.ListBoxItem element, System.Windows.Input.TouchDevice touch_device ) : void | ||
avatar_drag ( object sender, System.Windows.Input.TouchEventArgs e ) : void | ||
start_drag ( System.Windows.Controls.ListBoxItem item, object data, System.Windows.Input.TouchDevice touch_device, ImageSource i ) : bool | ||
start_drag ( |
||
start_drag ( |
||
test_thumb_feedback ( System.Windows.Input.TouchEventArgs e ) : bool |
public HitTestResult_Tap_other ( System.Windows.Media.HitTestResult result ) : HitTestResultBehavior | ||
result | System.Windows.Media.HitTestResult | |
리턴 | HitTestResultBehavior |
public HitTestResult_Tap_v1 ( System.Windows.Media.HitTestResult result ) : HitTestResultBehavior | ||
result | System.Windows.Media.HitTestResult | |
리턴 | HitTestResultBehavior |
public HitTestResult_Tap_v2 ( System.Windows.Media.HitTestResult result ) : HitTestResultBehavior | ||
result | System.Windows.Media.HitTestResult | |
리턴 | HitTestResultBehavior |
protected OnManipulationBoundaryFeedback ( System.Windows.Input.ManipulationBoundaryFeedbackEventArgs e ) : void | ||
e | System.Windows.Input.ManipulationBoundaryFeedbackEventArgs | |
리턴 | void |
public _list_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Input.MouseButtonEventArgs | |
리턴 | void |
public _list_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.Controls.SelectionChangedEventArgs | |
리턴 | void |
public initialize ( bool horizontal, string prefix, ItemSelected i ) : void | ||
horizontal | bool | |
prefix | string | |
i | ItemSelected | |
리턴 | void |