Table of Contents
MoreItemsButtonTemplate Property

Gets or sets the template for the "more items" button.

Syntax
 public DataTemplate MoreItemsButtonTemplate { get; set; }
Remarks

When AutoShrinkItem is false and the LimitedSpacePanel can not display all children items, it can display a "more items" button next to the last visible item. Use this template to define the contents of that button. The DataContext of the template is this LimitedSpacePanel control.

See Also