[Question] How to show horizontal scroll bar into a python flet datatable #5061
Unanswered
cornelius080
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I developed a simple code in Python Flet that consists of a DataTable added to a Row, inserted into a Column. These nested controls are deliberately added into a container with dimensions that don't allow to display all the table content. With the current settings (ft.Scroll.ALWAYS for the Column, and ft.Scroll.ADAPTIVE for the Row), the vertical scroll bar is shown but the horizontal scrollbar appears only when the table is moved down at its bottom. I would like to have both vertical and horizontal scrollbars always visible on the table. I tried to change the values of both scroll types but nothing changed.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions