Skip to content

Vertical and horitzontal Scroll at the same time #3483

Closed Answered by nastiliano
nastiliano asked this question in Q&A
Discussion options

You must be logged in to vote

Finally!!!

That is that I wanted:

import flet as ft

def main(page: ft.Page):

    page.expand = True

    page.add(ft.Card(expand = True ,
                     content = ft.Container(ft.Row([ft.Container(alignment = ft.alignment.top_left ,
                                                                 expand = True ,
                                                                 content = ft.Row(scroll = "ALWAYS" ,
                                                                                  controls = [ft.Column(scroll = "ALWAYS" ,
                                                                                                        controls = [ft.Image(src=f"https://picsum.pho…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nastiliano
Comment options

@nastiliano
Comment options

Answer selected by ndonkoHenri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants