I have question like can we make editable grid to have a scroll after 4 rows.
Discussion posts and replies are publicly visible
This grid has a height parameter which adds scroll bars in case.
https://docs.appian.com/suite/help/25.2/Editable_Grid_Component.html
Is it possible to specify number of rows after which we can add scroll. height parameter I checked but it is not reacting as I wanted
pujac77 said:Is it possible to specify number of rows after which we can add scroll
No, because the height of each row can vary.
pujac77 said:it is not reacting as I wanted
What is your expectation, and what do you observe?
You can estimate the scroll trigger point based on the number of rows by calculating an average row height and then setting the height parameter's value conitionally . However, this approach works best when your rows have a consistent height.
height
If your rows include fields with dynamic or long text—such as paragraphs, comments, or other rich text—the row height can vary significantly. In such cases, relying on row count alone to control scrolling becomes unreliable.
Could you please share the exact behavior you're aiming for? That way, we can suggest a workaround if one exists.