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:

