Property TabKeyAddsTab
TabKeyAddsTab
Gets or sets whether the TextView inserts a tab character (\t) into the text or ignores tab
input. If
set to false and the user presses the Tab the focus will move to the next
view.
The default is true ; if the user presses Tab, a tab character will be inserted
into the
text.
public bool TabKeyAddsTab { get; set; }
Property Value
Remarks
This setting has no effect on shift-Tab which always moves the focus to the previous view.