Hello,
I would like to use SfListView with GridLayout in ScrollView. But if I set up properties as below
I see blank space under last row. It seems like SFListview calculates height for "Vertical" layout.
I want to implement "Automatic height calculation" mechanism in this case. i have implemented something like this :
But this code works only with "Task.Delay". If I remove this line it stops to work. I havent found better solution so I would like to ask is there a better approach to solving this problem?