Row is not resizing on ios with xamarin forms

2019-07-13 04:26发布

问题:

I am using a list view in xamarin forms which will expand the row on row tap and collapse the row if the row is expanded.The logic works fine in android but i am getting problem with IOS.Is there any way to resize the height on ios

Thanks in advance

回答1:

Instead use stack layout and toggle the visibility of stack layout on tap.