I was searching for ways to make a scrollable list of elements or even a way to controll the height of a column or a container, so that a long list of elements would remain in the viewport and users wouldn’t have to scroll to the bottom of the page. Did anyone in the community ever make anything similar ?
Hey @Wael_Rabah, looks like someone created component for this: New component: streamlit_scrollable_textbox!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hey @Wael_Rabah,
You can now set the height for st.container
as of Release 1.30.0, allowing scrollable containers!
Check out more in the docs.