IXRItemsPanelTemplate (Compact 2013)

3/28/2014

This class specifies the layout of the panel for items of an IXRItemsControl object.

Syntax

class IXRItemsPanelTemplate : public IXRFrameworkTemplate

Inheritance Hierarchy

IXRDependencyObject

    IXRFrameworkTemplate

        IXRItemsPanelTemplate

Methods

This class implements no new methods. All its methods are inherited from IXRFrameworkTemplate.

Thread Safety

Members of this class are thread-safe if you previously called IXRApplication::CreateHostFromXaml and supplied it with an XRWindowCreateParams structure that has AllowsMultipleThreadAccess set to true.

Remarks

You cannot create a new IXRFrameworkTemplate object. You can only access this object from the visual tree after it is parsed from XAML.

If you obtain a class instance, use an IXRFrameworkTemplatePtr smart pointer instead of a raw interface pointer. For more information, see XRPtr<Interface>.

.NET Framework Equivalent

System.Windows.Controls.ItemsPanelTemplate

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

Classes for Visual Appearance