Intersoft ClientUI Documentation
UXItemsControl

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.

See Also