AmesimKnowledge

The App Designer in detail > Editing User interface files

Toolbox: Item Views (Model-Based)

Toolbox Item Views (Model-Based)

The Item Views (Model-Based) toolbox contains the following items:

List View: drag and drop this item onto your form to create a list view. The ListView class provides a list or icon view onto a model. A ListView presents items stored in a model, either as a simple non-hierarchical list, or as a collection of icons. This view does not display horizontal or vertical headers; to display a list of items with a horizontal header, use TreeView instead.
Tree View: drag and drop this item onto your form to create a tree view. The TreeView class provides a default model/view implementation of a tree view.
Table View: drag and drop this item onto your form to create a table view. The TableView class provides a default model/view implementation of a table view. A TableView implements a table view that displays items from a model.
Column View: drag and drop this item onto your form to create a column view. The ColumnView class provides a model/view implementation of a column view. ColumnView displays a model in a number of ListViews, one for each hierarchy in the tree. This is sometimes referred to as a cascading list.

Source: https://docs.sw.siemens.com/en-US/doc/254352342/PL20250521841123434.amesim_collection.App_Designer/Toolbox_Item_Views_ModelBased · retrieved 2026-07-17