I am finding that my breadcrumbs are becoming too large to fit on the screen. I would like to make the breadcrumb horizontally scrollable using CustomListView but am stumped. Can someone please guide me?
Here is my current unsuccessful attempt.
PS: If there is a simpler way to attain the same objective using CustomB4XBreadCrumb, happy to explore that option too.
Here is my current unsuccessful attempt.
Not too sure what to use for the object parameter:
clv_ScrollingBreadCrumb.Add(CreateBreadCrumbItem(),)
Need help here too:
Private Sub CreateBreadCrumbItem() As B4XView
'Create BreadCrumb
Dim scrollingBreadCrumbs As CustomB4XBreadCrumb = 'How do I create the breadcrumb here
'How do I add the breadcrumb to the panel'
.....
PS: If there is a simpler way to attain the same objective using CustomB4XBreadCrumb, happy to explore that option too.