I need the WordWrap feature if the text is too long for the width of the label. Unfortunately, it writes the text in the area that is no longer visible. Is this a bug or am I using the BBLabel incorrectly?
Example Project is in the attachment
B4X:
BBLabel1.TextEngine = TextEngine
BBLabel1.WordWrap = True
BBLabel1.Text = "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet."
Example Project is in the attachment