Method SetRelativeLayout | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
SetRelativeLayout(Size)
Sets the position and size of this view, relative to the SuperView's ContentSize (nominally the same asthis.SuperView.GetContentSize ()
) based on the values of X, Y,Width, and Height.
public bool SetRelativeLayout(Size superviewContentSize)
Parameters
superviewContentSize
Size
The size of the SuperView's content (nominally the same as this.SuperView.GetContentSize ()
).
Returns
true if successful. false means a dependent View still needs layout.