Horizontal List
27
Views
1
Comments
Out of scope
OutSystems UI

While developing a dynamic breadcrumb, I went into trouble of making a horizontal list. Maybe we can add an option for a horizontal list in list properties?

Changed the status to
Out of scope

Hi Alec,

Please don't post your coding challenges as ideas. These questions belong on the forum.

In this case it is very easy, I would say minutes of work to achieve what you want:

Just put the BreadcrumbsItem in a List, and associate an aggregate list or local list variable to the list item. The list should contain the crumb text to be displayed.

Regards,

Daniel