A base class for UI controls, which serve as a container for a list of items.
Namespace: MindFusion.Common.UI
File: ListContainer.js
JavaScript Copy Code |
---|
// class |
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:
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