[]
Represents the base class for selection behaviors.
public abstract class SelectionBehaviorBase : ScrollBehavior, IBehavior
| Name | Description |
|---|---|
| SelectionBehaviorBase() |
| Name | Description |
|---|---|
| IsActive | True if the scrolling is active. |
| Name | Description |
|---|---|
| CurrentSelectionFrame | Current selection frame of the model of the current report pane. |
| Name | Description |
|---|---|
| Attach(ScrollViewer) | Attach behavior to the specified ScrollViewer. |
| CanActivate() | Returns true if behavior can activate. |
| Detach(ScrollViewer) | Detach behavior from the specified ScrollViewer. |
| OnSelectionFinished(Frame, MouseButtonEventArgs) | Fired when the selection is finished. |
| OnSelectionFrameChanged(Frame, MouseEventArgs) | Fired when the selection frame is changed. |