DataGridColumnHeaderItemAutomationPeer.ITransformProvider.Resize Method

Definition

Resizes the width of the column that is associated with the DataGridColumnHeaderItemAutomationPeer.

 virtual void System.Windows.Automation.Provider.ITransformProvider.Resize(double width, double height) = System::Windows::Automation::Provider::ITransformProvider::Resize;
void ITransformProvider.Resize (double width, double height);
abstract member System.Windows.Automation.Provider.ITransformProvider.Resize : double * double -> unit
override this.System.Windows.Automation.Provider.ITransformProvider.Resize : double * double -> unit
Sub Resize (width As Double, height As Double) Implements ITransformProvider.Resize

Parameters

width
Double

The new width of the column, in pixels.

height
Double

This parameter is not used.

Implements

Exceptions

The column that is associated with this DataGridColumnHeaderItemAutomationPeer cannot be resized.

Remarks

This member is an explicit interface member implementation. It can be used only when the DataGridColumnHeaderItemAutomationPeer instance is cast to an ITransformProvider interface.

Applies to