On Apr 18, 2012, at 10:19 AM, Nosh wrote: > How can i stop the EditText being Multiline
Use the android:inputType attribute and set it to "text"
http://developer.android.com/reference/android/widget/TextView.html#attr_android:inputType
Or in code, set the InputType property to InputTypes.ClassText.
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid
