Android Question Can B4XBreadCrumb use wordwrap text?

Diceman

Active Member
Licensed User
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
 

Diceman

Active Member
Licensed User
I see there B4XBreadCrumb has a "Text Properties > Single Line" property in the designer, but turning it on or off has no effect on wrapping the text. The text is never wrapped onto 2 or more lines.

There is no B4XBreadCrumb.SingleLine property so I can't access the property using code.

Is it possible to wrap the text using the SingleLine property? Can you post an example? Because I can't get it to work no how. :mad:
TIA
 
Upvote 0
Top