How to read large text files

I need to open a text file of 1000 lines. With what element do you recommend me to show this?
I tried with label and texbox but it doesn’t show me more than 72 lines.

Can you share your text file

Just Check that if you have done Max Line less than 1000

Screenshot (510)

You Can Show line More than 1000+

Also Set Screen Scrollable to True

1 Like

Hello chente,

Just use html file and add html file in web view and add html file in assets.

1 Like

Put the label in a VerticalScrollArrangement.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.