Hi,
I want to create a container with a fixed width and height where some data will be displayed. I can do that using staticlayout. The thing is that the data does not enter inside the container, so I want to create a scroll or something so that the user can read all the text.
I see there is a scrollpane widget but I don´t understand how to use it, because it spans an all the data appears on screen instead of appearing the scroll.
Does anyone know how can I do that?
Thanks

