Intersoft.Client.UI.Controls Namespace : UXItemsControl Class |
<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.IControl, Intersoft.Client.Framework.IFramework, Intersoft.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.IControl, Intersoft.Client.Framework.IFramework, Intersoft.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.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.IItemsControl, Intersoft.Client.Framework.ILicensing
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.
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
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