[C#/MAUI/.NET6] Application 엘리먼트 : WindowSoftInputModeAdjust 첨부 속성을 사용해 소프트 키보드 입력 모드 설정하기 (프리뷰 버전 오류)
C#/MAUI 2022. 6. 9. 15:09728x90
728x170
▶ App.xaml
<?xml version = "1.0" encoding = "UTF-8" ?>
<Application x:Class="TestProject.App"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:android="clr-namespace:Microsoft.Maui.Controls.PlatformConfiguration.AndroidSpecific;assembly=Microsoft.Maui.Controls"
android:Application.WindowSoftInputModeAdjust="Resize" />
※ 프리뷰 버전 테스트시, 설정 사항이 표시되지 않았다.
728x90
그리드형(광고전용)