Create list box component
creates a list box in a
new figure window and returns the lb
= uilistboxListBox
object.
MATLAB® calls the uifigure
function to create the
figure.
specifies lb
= uilistbox(___,Name,Value
)ListBox
properties using one or more
Name,Value
pair arguments. Use this option with any of the
input argument combinations in the previous syntaxes.
Use the scroll
function to programmatically scroll a list box
item or the top or bottom of the list into view.