﻿

SLx.Warning = function () 
{ 

} 

SLx.Warning.HideErrors = false ; 
SLx.Warning.HideWarnings = false ; 

SLx.Warning.ContentReplacesVisual = SLx.Warning.HideWarnings; 
SLx.Warning.SingleContentModel = SLx.Warning.HideWarnings; 
SLx.Warning.SingleMeasureOption = SLx.Warning.HideWarnings;   
SLx.Warning.ExplicitHandler = SLx.Warning.HideWarnings;  
SLx.Warning.ContentDoesNotAlignVisual = true ;
SLx.Warning.ParentsRegistered  = true ;  
SLx.Warning.ChildRegisteredBeforeUpdate = SLx.Warning.HideWarnings;  
SLx.Warning.ScrollViewerCantSizeToParentIsByDesign= SLx.Warning.HideWarnings;  
SLx.Warning.ExpectsNoScrollViewerForLayout = true ; 
SLx.Warning.ArrangeResizes = true;  
SLx.Warning.AllowUnknownAttachedProperties  = true ; 

SLx.Warning.MatchMeasureArrange  = true ; 
SLx.Warning.UpdateLayoutSizesToParent = SLx.Warning.HideWarnings ; 
SLx.Warning.ParentUpdatedChildLayout = true ; 

SLx.Error = function () 
{
} 
SLx.Error.NonVisualControl  = SLx.Error.HideErrors ; 
SLx.Error.AllowEvalFailures  = SLx.Error.HideErrors ; 
SLx.Error.AllControlsSizeToContent= SLx.Warning.HideWarnings;   
