반응형
예전에 만든 bottomsheet 을 바로 쓸 수 있게 정리하였다..
_bottomSheet = new BottomSheet();
_bottomSheet.BottomSheetContainer.ContentStackLayout.Children.Add(_mannaTextClickSheet);
contentGrid.Children.Add(_bottomSheet);
이런식으로 bottomsheet을 선언하고 그 안에 view를 집어넣는다.
그리고 bottomsheet을 grid안에 넣어서 겹치게 해준다.
필요한 곳에서 Show() 나 Hide()를 적절하게 사용.
회사 코드엔 좀 더 깔끔하게 만들긴 했는데, 이정도도 쓸만할듯.
반응형
'프로그래밍 > App 개발' 카테고리의 다른 글
기술스택 (0) | 2021.05.27 |
---|---|
[Xamarin] Xamarin.Forms iOS Distribution (2021) (0) | 2021.04.21 |
[Xamarin] Sticky view (0) | 2021.04.21 |
[Xamarin] collectionview 안에서의 command (MVVM) (2) | 2021.04.01 |
[Xamarin] TabbedPage tab 처음 이동시 OnAppearing 호출 안되는 현상 해결법 (0) | 2021.02.25 |