Categories | Question details Back To List | ||
How can I control the
indent space? My entries can be quite long, and I would like to minimize
the spa... How can I control the indent space? My entries can be quite long, and I would like to minimize the space needed on the left hand side Answer posted on Mar 07, 2007 11:12 You can make indent a few pixels using next approach: <style> .standartTreeImage img{ width:5px; }</style> But in this case the native +/- sings will not be shown (their width is about 18px). (See in documentation samples/pro_plain_view.html) And there is an enableMultiLineItems(width) which allows to split string on few lines (with width="width").Answer posted by Embre (Support) on Dec 09, 2014 03:17 The information connected with mobile webapps and contextmenu treeview also can help you, so please check it too. |