田中 健太 (Kenta Tanaka)

Results 3 comments of 田中 健太 (Kenta Tanaka)

https://github.com/flet-dev/flet/blob/4ff25a07f7f8a11668534b87bc06311014f6392d/package/lib/src/controls/scrollable_control.dart#L48-L50 https://github.com/flet-dev/flet/blob/4ff25a07f7f8a11668534b87bc06311014f6392d/package/lib/src/widgets/adjustable_scroll_controller.dart#L6-L17 I think these lines are related. What does `AdjustableScrollController` do?

I have noticed that I do not have this scrolling problem when using TextField. ```python import flet as ft def main(page: ft.Page): tb1 = ft.TextField( label="Scrollable", value="\n".join([f"very ({i})" for i...