|  | @@ -302,7 +302,7 @@ namespace comal.timesheets.QAForms
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          private void AdjustHeightsBelowHeader(List<int> headerRows, int thisHeaderRow, bool collapsed)
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  | -            for (int i = thisHeaderRow; i < RowDefinitions.Count; i++)
 | 
	
		
			
				|  |  | +            for (int i = thisHeaderRow + 1; i < RowDefinitions.Count; i++)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  |                  AdjustHeight(i, collapsed);
 | 
	
		
			
				|  |  |              }
 | 
	
	
		
			
				|  | @@ -321,9 +321,6 @@ namespace comal.timesheets.QAForms
 | 
	
		
			
				|  |  |                  AnimateChildren(i, -60, 500);
 | 
	
		
			
				|  |  |                  rowdef.Height = 0;
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -               
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -            
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          private async void AnimateChildren(int i, int movement, int length)
 |