Gets or sets the size of this item.
Namespace: MindFusion.Common.UI
File: ListItem.js
The following code sets the size of a ListItem to 100.
JavaScript Copy Code |
---|
listItem.size = ui.Unit.pixel(100); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |