Ghost1372

everything can be handy

SimpleItemsControl

A lightweight ItemsControl control.

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

Attributes

Property Description Default Value Remarks
ItemTemplate Project Template
ItemContainerStyle Item Container Style
ItemsSource Project Resources
Items Items
HasItems Is there any item false
0%