The B4XBreadCrumb is a visually appealing view, but it takes up a lot of room for the amount of text it can display. This problem can be solved if the text can be wordwrapped in each cell.
I would like to use something like this:
B4XBreadCrumb1.Items = Array as String("One"&CRLF&"Abc","Two"&CRLF&"Def","Three"&"Ghi")
and have CRLF to break the text onto several lines. Is there an easy way to do this?
If not, then the B4XBreadCrumb will have limited usefulness for my type of apps because of the amount of text to display.
TIA