/// <summary> /// Initializes a new instance of the <see cref="NavList" /> class. /// </summary> public NavList() { _items = new NavListCollection(this); }