Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="T:WpToWinrt.Controls.HeaderedItemsControl" /> class.
 /// </summary>
 public HeaderedItemsControl()
 {
     DefaultStyleKey = typeof(HeaderedItemsControl);
     ItemsControlHelper = new ItemsControlHelper(this);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="T:WpToWinrt.Controls.HeaderedItemsControl" /> class.
 /// </summary>
 public HeaderedItemsControl()
 {
     DefaultStyleKey    = typeof(HeaderedItemsControl);
     ItemsControlHelper = new ItemsControlHelper(this);
 }