In a project of mine, I use ListView widget to show lots of items, everthing works fine except the scrollbar. In my design, the scrollbar need to be hidden.
But, I find no way. So, need help here, Blueprint or C++ are both ok.
@Everynone , I test your solution. Scrollbar will hide if all entries (items)’ contain area is small. When the area go beyond the listview, the scrollbar will show automatically. Maybe that’s the problem. I want a solution to hide scrollbar ALWAYS.
Hi!
Is there a way to do the same things, but for text box multiline? For some reason, the text box multi line has a scrollbox implemented with it, and I didn’t find any solution to remove the scrollbar, since the function SetScrollbarVisibility is not available for Textbox multiline. And there is no scrollbar property or anything like that that I can access in the blueprint.
And from the inspector, I can’t remove the scrollbar either. There is no image for the scrollbar already, it’s set to none by default, even though an image for the scrollbar is displayed. So I can’t even remove the “none” image. I can change the color of the “none” image to have it transparent, but it’s really hacky