Search
ListContainer Class
See Also
 






A base class for UI controls, which serve as a container for a list of items.

Namespace: MindFusion.Common.UI
File: ListContainer.js

 Syntax

JavaScript  Copy Code

// class
ListContainer.prototype = {}

 Example

he following sample creates a ToolStrip control that derives from ListContainer and is 100 pixels wide and takes all the height of the browser window. Different ListContainer properties are used to customize the appearance of the Control:

 Inheritance Hierarchy

MindFusion.Common.UI.Control
    MindFusion.Common.UI.ListContainer
        MindFusion.Common.UI.CheckListBox
        MindFusion.Common.UI.ListView
        MindFusion.Common.UI.Menu
        MindFusion.Common.UI.TabControl
        MindFusion.Common.UI.ToolStrip
        MindFusion.Common.UI.TreeView

 See Also