Exemplo n.º 1
0
 private void DataListView_Loaded(object sender, RoutedEventArgs e)
 {
     throttler = new DispatchThrottler(CenterItem, 600);
     DataListView.SizeChanged += DataListView_SizeChanged;
     CenterItem();
 }
Exemplo n.º 2
0
 public LoopItemsPanel()
 {
     throttle = new DispatchThrottler(CompleteManipulation, 300);
 }