Show / Hide Table of Contents

Method SetIsResizeGripper

| Improve this Doc View Source

SetIsResizeGripper(DependencyObject, Boolean)

Sets a value indicates whether specified object is resize gripper. This is the setter of IsResizeGripper attached property.

Declaration
public static void SetIsResizeGripper(DependencyObject obj, bool value)
Parameters
Type Name Description
System.Windows.DependencyObject obj

The specified object..

System.Boolean value

true if specified object is resize gripper, otherwise false.

Remarks

Resizing is implemented via IsResizeGripper attached property. In the control template, an System.Windows.UIElement with this attached property value set to true will detect the mouse drag-and-drop and perform the column resizing operation.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest