Intersoft ClientUI Documentation
UXItemsControl Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace : UXItemsControl Class






Represents a generic control that can host a collection of items.

Object Model

UXItemsControl Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Represents a generic control that can host a collection of items.")>
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.Control)>
Public Class UXItemsControl 
   Inherits Intersoft.Client.Framework.ISItemsControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXItemsControl
C# 
[DescriptionAttribute("Represents a generic control that can host a collection of items.")]
[StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.Control)]
public class UXItemsControl : Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  
Delphi 
public class UXItemsControl = class(Intersoft.Client.Framework.ISItemsControl, IControl, IFramework, ILicensing)
JScript 
DescriptionAttribute("Represents a generic control that can host a collection of items.")
StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.Control)
public class UXItemsControl extends Intersoft.Client.Framework.ISItemsControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[DescriptionAttribute("Represents a generic control that can host a collection of items.")]
[StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.Control)]
public __gc class UXItemsControl : public Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  
C++/CLI 
[DescriptionAttribute("Represents a generic control that can host a collection of items.")]
[StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.Control)]
public ref class UXItemsControl : public Intersoft.Client.Framework.ISItemsControl, IControlIFramework, ILicensing  

Remarks

UXItemsControl is a lightweight, multi-purpose items control featuring customizable panel and item. You can change its layout to use any panels that derive from Panel class, including Intersoft ClientUI UXPanel, DockPanel, WrapPanel, and more.

Furthermore, you can completely customize its item appearance by defining the ItemTemplate. UXItemsControl is useful in various UI scenarios that host a collection of similar item types, such as a collection of navigation buttons in navigation application, or a collection of field labels and input controls in form application. 

To learn more about ItemsControl, see ItemsControl Overview.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.ISItemsControl
                     Intersoft.Client.UI.Controls.UXItemsControl

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.