티스토리 뷰
728x90
반응형
var grid = new Grid ();
grid.RowDefinitions.Add (new RowDefinition { Height = GridLength.Auto });
grid.RowDefinitions.Add (new RowDefinition { Height = new GridLength (1, GridUnitType.Star) });
var stacklayout1 = new StackLayout { HeightRequest = 100, BackgroundColor = Color.Red };
var stacklayout2 = new StackLayout { BackgroundColor = Color.Blue };
Grid.SetRow (stacklayout2, 1);
grid.Children.Add (stacklayout1); grid.Children.Add (stacklayout2);
MainPage = new ContentPage { Content = grid };
반응형
'Xamarin' 카테고리의 다른 글
Xamarin CollectionView Binding Visible not shown (0) | 2021.03.23 |
---|---|
Label Text LineBreak in Xaml (0) | 2021.03.23 |
2021.03.03 8.9.1651 update Apple SDK 를 찾지 못하는 현상 (0) | 2021.03.04 |
Xamarin.Forms Essentials Camera Stream To Byte then Using SkiaSharp Image Size Down (0) | 2021.02.14 |
CarouselView CurrentItem Entry Item Text Approach (0) | 2021.01.24 |
댓글
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Xamarin.Ios Firebase Phone User Add
- C# LINQ Left join
- WPF Scrollviewer in ScrollViwer
- 서버 수준의 URN 필터
- Microcharts
- ClickOnce 인증서 인증기간 변경
- ssl_client_socket_impl.cc
- 암호 마스터키
- Windows IIS FTP 디렉토리 목록 오류
- SkiaSharp
- Xamarin.Forms
- Xamarin SMS OTP Send
- Entry '' has empty native path
- Xamarin Firebase Phone Auth
- Xamarin Firebase Phone User Add
- WPF Textbox
- GetCellContent CheckBox Value
- Label Text LineBreak in Xaml
- Linux SSH Multi Computer Join
- Xamarin.Ios Firebase Phone SMS OTP Send
- WPF Excel Export Microsoft.Office.Interop 성능향상(열 기준으로 복사)
- WPF Datagrid Cell Value Change
- 연산자 뒤에 피연산자가 없습니다.
- FileStream Add Byte
- c# Encrypt / Decrypt
- Xamarin.Ios Firebase Phone Auth
- Xamarin reCAPTCHA
- Embeded 한글Font적용
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함