Hide scrollbar on pdf file

Hello everyone, I have a problem with the scrollbar in the pdf file, previously the file itself is in containers that are placed in the listView, is it possible to remove the scrollbar or does it depend only on the size of the window and the limitations of the length of the container?

Hi @Dmytro
What happens if you expand the container a bit? Does the scroll bar go away?
Also maybe trying to expand the content to fit in the container, or changing the scape page on the actual pdf container.
I tried putting pdf file into a container, setting the container to expand to fit, and having a pdf component scale set to width, and I do not see the scroll bar even though there is more pages than its visible, and the scroll bar shows up. Also setting the overflow to hidden in the container might be the issue.
Here is how I have it set up and how it looks