Intersoft ClientUI Documentation
UXItemsControl Class
Members 



Represents a generic control that can host a collection of items.
Object Model
UXItemsControl ClassISFramework ClassStyleSelector ClassDataTemplateSelector Class
Syntax
<StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.Control)>
<DescriptionAttribute("Represents a generic control that can host a collection of items.")>
Public Class UXItemsControl 
   Inherits Intersoft.Client.Framework.ISItemsControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFrameworkIntersoft.Client.Framework.IItemsControl, Intersoft.Client.Framework.ILicensing 
Dim instance As UXItemsControl
[StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.Control)]
[DescriptionAttribute("Represents a generic control that can host a collection of items.")]
public class UXItemsControl : Intersoft.Client.Framework.ISItemsControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFrameworkIntersoft.Client.Framework.IItemsControl, Intersoft.Client.Framework.ILicensing  
[StyleTypedPropertyAttribute(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.Control)]
[DescriptionAttribute("Represents a generic control that can host a collection of items.")]
public ref class UXItemsControl : public Intersoft.Client.Framework.ISItemsControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFrameworkIntersoft.Client.Framework.IItemsControl, Intersoft.Client.Framework.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
                        Intersoft.Client.UI.DataVisualization.DelegatingItemsControl

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXItemsControl Members
Intersoft.Client.UI.Controls Namespace

Send Feedback