3.2.0

controls - list

How do i change the size of the list items in list control
Vikram
April 17,
script:

list.getItemTemplate().setStyle("height", "30px");

css:

#myList .aw-item-template {height: 30px;}
Alex (ActiveWidgets)
April 17,

This topic is archived.

See also:


Back to support forum