show

abstract fun show(preserveFocus: Boolean = definedExternally)(source)

Reveal the view in the UI.

If the view is collapsed, this will expand it.

Parameters

preserveFocus

When true the view will not take focus.

Online Documentation