From Porcupine wiki

Developers: cellPadding Property

Gets or sets the widget's cell padding. For the new cell padding to be applied, you need to refresh the widget by calling its "refresh" method.

Syntax

QuiX XML
<qx:listview xmlns:qx="http://www.innoscript.org/quix" cellpadding="2">
</qx:listview>
JavaScriptlst.cellPadding = 2;
lst.refresh();

Retrieved from http://wiki.innoscript.org/pmwiki.php/Developers/QuiXListViewcellPadding
Page last modified on October 15, 2007, at 11:03 AM