Skip to content

A lightweight ItemsControl control.

cs
[DefaultProperty("Items")]
[ContentProperty("Items")]
[TemplatePart(Name = ElementPanel, Type = typeof(Panel))]
public class SimpleItemsControl : Control

Attributes

PropertyDescriptionDefault ValueRemarks
ItemTemplateProject Template
ItemContainerStyleItem Container Style
ItemsSourceProject Resources
ItemsItems
HasItemsIs there any itemfalse

Released under the MIT License.