/// <summary> /// Initializes a new instance of the <see cref="ItemsControl"/> class. /// </summary> public ItemsControl() { Classes.Add(":empty"); Items = new PerspexList <object>(); }