Property EnterKeyAddsLine
EnterKeyAddsLine
Gets or sets whether pressing ENTER in a TextView adds a new line of text invokes the Accepting event.
public bool EnterKeyAddsLine { get; set; }
Property Value
Remarks
Setting this property alters Multiline. If EnterKeyAddsLine is set to true, then Multiline is also set to `true` and vice versa.
If EnterKeyAddsLine is set to false, then TabKeyAddsTab gets set to false.