-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable scroll from ListWidget #261
Comments
I'm not sure that it is possible with ListWidget inside ScrollWidget. |
I fixed it by changing the blocks in some places down! |
But I think this is bug, if container dont change size. |
Basically you should avoid nesting containers with scroll support.
Maybe you can consider adding NestedScrollView support. |
hi, @Diy2210 in your case you should not use can be built from units like:
and in screen just observe in ListWidget - |
How disable scroll from ListWidget inside Scroll
Code:
scroll(
id = Ids.RootScroll,
size = AsParent,
child = linear(
id = Ids.RootLinearId,
size = WidthAsParentHeightWrapContent
) { ... }
My ListWidget inside Constraint:
I try change Size from List but scroll is enabled too.
Server Status Block:
The text was updated successfully, but these errors were encountered: