Refresh ion-list for update his size

Hello everybody,

i would like refresh my ion-list because when i clik on a item, this item grow up ( with css) and for the last item the ion-list size is not good;
How can i refresh a ion-list for adjust a good size ?

Thanks

Any time you add content to a scrollable area, you need to resize it.

$ionicScrollDelegate.resize()