bindVisibleProperty
When true, visibleProperty is bound to content's visibleProperty
. and when the content is null, visibleProperty is set to false.
The default value is false.
The primary reason for this feature is when SingleContainer in used in conjunction with SplitPane, The SplitPane won't show superfluous dividers when the real content is null, or not visible.