1. 程式人生 > >xamarin.form entry&edit

xamarin.form entry&edit

Entry是文字輸入框,其中Placeholder是輸入前的內容,Keyboard是指定鍵盤的型別(Char(帶自動補齊的輸入法),Default,Email,Numeric,Telephone,Text,Url),IsPassword是否輸入密碼,TextChanged事件每次鍵盤按下後觸發這個事件,Completed事件在滑鼠移出之後觸發

<Entry Placeholder="輸入前內容" Keyboard="Chat"></Entry>

  edit是多行文字框,在ios中與Entry不同指出在於ios中會多出一個done,VerticalOptions="FillFillAndExpand" 可以讓這個edit縱向填滿並擴張