How to scroll TListview inside THorzScrollBox?

69 Views Asked by At

I am trying to put TListView inside THorzScrollBox (In c++ builder fmx project). The issue is when i do this i loos the ability to scroll down on TListView. Is there any way to solve this problem?

1

There are 1 best solutions below

0
Taavi Tilgre On

It was some wierd bug with the builder anchor property. Using align instead worked.