how do you tidy up a long sentence below, so that the position on the left is even and parallel?
I use CLV and BBListitem
i already used the alignment function, but its the same
I use CLV and BBListitem
here is my code snippet:
BB.Text = _
$""$ & CRLF & _
$"[Alignment=Left][TextSize=12][b]${cd.username & " - "}[/b][/TextSize][/Alignment]"$ & _
$"[TextSize=10]${cd.date}[/TextSize]"$ & CRLF & _
$"[Alignment=Left][TextSize=12]${cd.comment}[/TextSize][/Alignment]"$
i already used the alignment function, but its the same