Search
ItemListView.setItemSize Method
See Also
 






Sets the size of the icons displayed in the list.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setItemSize (
    Dimension itemSize
)

 Parameters

itemSize

A Dimension instance specifying the icon size.

 See Also