BBCodeView is a scrollable view by itself. Trying to put it inside a CLV will cause all kinds of problems. BBListItem is a modified version of BBCodeView, which is built for being contained in a CLV. Among other things, it only draws the currently visible text. It was written originally for the...
www.b4x.com
but when ever I add items the text in bblistitem doesn't show at all.
Well i didn't notice the part of the scroll change event.. But right to left language still doesn't shows correctly in Bblistitem. But works fine in BBCodeView.. Thats confusing
I am suggesting to use visible change event instead to avoid looping to the whole list. i tried to play around but i see it needs the offset of the item to draw the text. I have tested with 100 items works fine and smooth but with 1000 items can be a bit laggy since scroll change event loops through the whole list