Property ValidatePosDim
ValidatePosDim
public bool ValidatePosDim { get; set; }
Property Value
Remarks
Setting this to true will enable validation of X, Y, Width, and Height during set operations and in Terminal.Gui.View.LayoutSubviews(). If invalid settings are discovered exceptions will be thrown indicating the error. This will impose a performance penalty and thus should only be used for debugging.