uistack
Reorder visual stacking of UI components
Description
Note
The uistack
function is not supported in App Designer or in
apps created using the uifigure
function. Instead, modify the
stacking order of components in a container by setting the Children
property of the container. For more information, see Change Front-to-Back Component Order.
uistack(
shifts the specified
component up one level within the front-to-back visual stacking order of UI components. If
comp
)comp
is specified as a vector of UI components, each component in the
vector gets shifted up by one.
Examples
Input Arguments
Version History
Introduced before R2006a