IXRColumnDefinition::SetWidth (Compact 2013)

3/28/2014

This method sets an XRGridLength value of this column definition.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetWidth(
    XRGridLength *pWidth
) = 0; 

Parameters

  • pWidth
    [in] Pointer to an XRGridLength structure that describes the calculated width of this column definition.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

When you use multiple width settings in an IXRColumnDefinition, the MinWidth value takes precedence over the MaxWidth value, which in turn takes precedence over the Width value.

When you add or remove rows or columns to a grid object, the ActualWidth value for all IXRColumnDefinition objects, and also the ActualHeight value of all IXRRowDefinition objects, becomes zero until the IXRGrid inherited method IXRUIElement::Measure is called to update the desired size of the object.

.NET Framework Equivalent

System.Windows.Controls.ColumnDefinitions.Width

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRColumnDefinition
IXRColumnDefinition::GetWidth