For a list of all members of this type, see SelectionStrategySingleAutoDrag members.
| Name | Description | |
|---|---|---|
![]() | AllowToggle | Gets/sets whether toggling of the selected state of an item is allowed (Inherited from Infragistics.Windows.Selection.SelectionStrategySingle) |
![]() | IsMultiSelect | True if this strategy supports selecting more than one item at a time (read-only). (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | IsReleasingMouseCapture | True while the mouse capture is being toggled off (read-only). (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | IsSingleSelect | True if this strategy supports selecting only one item at a time (read-only). (Inherited from Infragistics.Windows.Selection.SelectionStrategySingle) |
| Name | Description | |
|---|---|---|
![]() | AutoScrollHorizontalIntervalMax | Returns the number of milliseconds between consecutive horizontal auto scrolls when auto scrolling at the slowest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | AutoScrollHorizontalIntervalMin | Returns the number of milliseconds between consecutive horizontal auto scrolls when auto scrolling at the fastest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | AutoScrollTimerDispatcherPriority | Returns the dispatcher priority for the autoscroll timers (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | AutoScrollVerticalIntervalMax | Returns the number of milliseconds between consecutive vertical auto scrolls when auto scrolling at the slowest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | AutoScrollVerticalIntervalMin | Returns the number of milliseconds between consecutive vertical auto scrolls when auto scrolling at the fastest rate. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | CurrentSelectableItem | Returns/sets the current selectable item for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | CurrentSelectionState | Returns/sets the current state of the selection for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | DragThreshold | Returns a value which represents the amount that the mouse must move from the inital MouseDown position before dragging will start. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | IgnoreNextMouseMove | Returns/sets whether the next mouse move should be ignored. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | InDragMode | Returns/sets whether the strategy is currently in drag mode. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | InitialXPos | Returns/sets the X coordinate of the mouse when the initial MouseDown was received. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | InitialYPos | Returns/sets the Y coordinate of the mouse when the initial MouseDown was received. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | IsAnyMouseButtonDown | Returns true if any mouse button is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | IsCtrlKeyPressed | Returns true if the CTRK key is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | IsLeftMouseButtonDown | Returns true if the left mouse button is currently pressed (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | IsShiftKeyPressed | Returns true if the shift key is currently pressed. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | PixelThresholdForHorizontalAutoScroll | Returns the number of pixels inside the left or right edge of the ScrollArea within which auto scrolling will take place (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | PixelThresholdForVerticalAutoScroll | Returns the number of pixels inside the top or bottom edge of the ScrollArea within which auto scrolling will take place (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | SelectionHost | Returns the SelectionHost (usually the control) for the strategy. (Inherited from Infragistics.Windows.Selection.SelectionStrategyBase) |
![]() | ShouldSelectOnDrag | Overridden. Returns whether selection should be modified when the cursor passes over a different item than the selected one. |