Exemplo n.º 1
0
 /// <summary>
 /// Resets the location of the header items so that the
 /// first child that was added is moved to the beginning.
 /// </summary>
 public void Reset()
 {
     if (headerPanel != null)
     {
         headerPanel.Reset();
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Resets the location of the header items so that the
 /// first child that was added is moved to the beginning.
 /// </summary>
 public void Reset()
 {
     _headerPanel?.Reset();
 }