A lightweight ItemsControl control.
cs
[DefaultProperty("Items")]
[ContentProperty("Items")]
[TemplatePart(Name = ElementPanel, Type = typeof(Panel))]
public class SimpleItemsControl : ControlAttributes
| Property | Description | Default Value | Remarks |
|---|---|---|---|
| ItemTemplate | Project Template | ||
| ItemContainerStyle | Item Container Style | ||
| ItemsSource | Project Resources | ||
| Items | Items | ||
| HasItems | Is there any item | false |