Hello, I have to file a report on the screen, and then the user can print it if he wants.
The problem is that I can not find a view that presents something decently attractive. With ListView leaves striped between lines, with an edittext is not presentable, etc.
Is there any view that I can use for this task?
Thanks.
you can use CLV (Custom List View) and then use the ".AddTextItem" method.
this will add your text nicely inside a big Scrollview and do the formatting automatically.
or you can use a scroll view and add a label to it with the height depending on the length of the string.
the first option is the simpler one.