Method Show
Show(bool)
Set the show item attribute, which sizers use to determine if the item is to be made part of the layout or not. If the item is tracking a control then it is shown or hidden as needed.
void Show(bool show = true)
Parameters
show
boolShow or hide the item.