roubachof/Sharpnado.CollectionView

Dynamic item height

Closed this issue · 3 comments

Is there any chance to get dynamic item height? Xamarin.Forms

Xennso commented

See #50 (comment)
Short answer, no.

Is there any chance to get dynamic item height? Xamarin.Forms

if you change HeightRequest="30" to HeightRequest="NaN".
it will help you.

duplicate of #50.