Gets or sets a value indicating how list items are arranged.
Namespace: MindFusion.Common.UI
File: ListContainer.js
JavaScript Copy Code |
---|
get orientation() {} |
Orientation. the orientation of the control.
The 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.
JavaScript Copy Code |
---|
var ui = MindFusion.UI; var theme = "standard"; // create a new instance of the WindowHost control |