Toms |
Class | Description | |
---|---|---|
AdvancedScrollWheelBehavior | Provides advanced mouse wheel scrolling behavior for a control. Makes the scrolling distance smoother, especially for touchpad scrolling, and optionally animated for mouse wheel scrolling. | |
CustomNonClientAreaBehavior | Behavior to emulate correct non client area handling for transparent windows that draw their own border and caption. | |
FrameworkElementBehaviorT | A Behavior with build in support for the Loaded and Unloaded events. | |
ListBoxSelectAllBehavior | A behavior for a list box to handle the interaction betwen the list box and a "select all" checkbox. | |
MapPanBehavior | Implements pan behavior for the Map control. | |
MapTouchBehavior | Behavior to add support for touch manipulation to the Map object. | |
MapZoomBehavior | Implements zooming behavior for the Map control. | |
NcHitTestEventArgs | Event args for the NcHitTestEvent event. | |
PasswordBoxBindingBehavior | A behavior to enable access to the Password property. | |
PopupFocusManagerBehavior | Handle focus for popups opened by toggle buttons. When the popup opens, the focus is set to the first focusable control in the popup. When the popup closes, the focus is set back to the button. | |
SelectGroupOnGroupHeaderClickBehavior | If attached to the root visual in the group header template of a selector control, all items in the group will be selected when the group header is clicked, or added to the current selection when the Ctlr-key is down. | |
SelectionRectangleBehavior | Adding selection rectangle behavior to a layer canvas. Selection is done with the right mouse button. | |
SmoothScrollingBehavior | Obsolete. Obsolete: Use AdvancedScrollWheelBehavior instead. | |
TimerTrigger | A trigger that continuously fires while the associated object is loaded. | |
UpdatePropertyAction | Updates the associated objects binding of the specified property; e.g. display computed properties like current time without the need to write a special services that provide individual property change events. | |
WindowButtonsHandlingBehavior | Attaches default handling for the WindowCommands | |
ZoomFontSizeOnMouseWheelBehavior | When attached to a framework element, the FontSize property will be changed upon Ctrl+MouseWheel events. |
Enumeration | Description | |
---|---|---|
AdvancedScrollWheelMode | Specifies the smooth scrolling mode. | |
HitTest | Hit test values for the NcHitTestEventArgs |