Hi,
In a list view, with form parts: header,body and footer, I am trying to make the row slide up when a certain field in this row (with displayType = TEXT AREA) is empty. I understood that this is done using the printSliding property of the field. Within this property I set Allow move: Vertical and Alow height to: Grow+Shrink. But the row does not slide up when the field is empty, I am probably not doing something correctly, could you please clear this for me? Thanks!
DB
If you have a layout like:
text area
other field1
other field2
for example, you have to set allow grow+shrink for “text area” and allow move vertical for “other field1” and “other field2”.