[Xamarin] iOS 에서 ListView 의 마지막 비어있는 행 제거하기 (How to hide the empty rows of a List View in xamarin ios)
C#/Xamarin Maui 2020. 11. 25. 19:00728x90
728x170
ListView 를 쓸때 iOS 는 마지막에 약 2줄 정도가 비어서 보이게 된다.
이때 ListView 속성의 Footer 를 공백으로 주면 해결된다.
<ListView SeparatorColor="Gray" SeparatorVisibility="Default" BackgroundColor="Transparent" Footer="">
728x90
그리드형