Click or drag to resize

ExtendedStarSizeBehavior Class

Extended start size column behavior. Allows columns to get larger than the client area, but not smaller. The Resizing behavior can be modified using Ctrl or Shift keys: Ctrl resizes all columns to the right proportionally, Shift fits all columns to the right into the client area. A tool tip can be attached to the column headers resizing grippers to help the user with these features.
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.WindowsFreezable
        System.Windows.Media.AnimationAnimatable
          Behavior
            BehaviorDataGrid
              DataGridExtensions.BehaviorsExtendedStarSizeBehavior

Namespace:  DataGridExtensions.Behaviors
Assembly:  DataGridExtensions (in DataGridExtensions.dll)
Syntax
public class ExtendedStarSizeBehavior : Behavior<DataGrid>

The ExtendedStarSizeBehavior type exposes the following members.

Constructors
  NameDescription
Public methodExtendedStarSizeBehavior
Initializes a new instance of the ExtendedStarSizeBehavior class.
Top
Properties
  NameDescription
Public propertyColumnHeaderGripperToolTipStyle
Gets or sets the style of the tool tip for the grippers in the column headers.
Public propertyResourceLocator
Gets or sets the resource locator.
Top
Fields
  NameDescription
Public fieldStatic memberColumnHeaderGripperToolTipStyleKey
The resource key for the default column header gripper tool tip style.
Public fieldStatic memberColumnHeaderGripperToolTipStyleProperty
Identifies the ColumnHeaderGripperToolTipStyle dependency property
Public fieldStatic memberResourceLocatorProperty
Identifies the ResourceLocator dependency property
Top
See Also