roubachof / Sharpnado.CollectionView

A performant list view supporting: grid, horizontal and vertical layout, drag and drop, and reveal animations.
The Unlicense
244 stars 30 forks source link

Dynamic item height #106

Closed Alex-Dobrynin closed 8 months ago

Alex-Dobrynin commented 11 months ago

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

Xennso commented 11 months ago

See https://github.com/roubachof/Sharpnado.CollectionView/issues/50#issuecomment-1008801208 Short answer, no.

RahmatilloAbduqodirov commented 8 months ago

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

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

roubachof commented 8 months ago

duplicate of #50.