Files
NativeScript/apps/tests/ui/text-view/text-view.md
2016-05-02 10:45:50 +03:00

905 B

nav-title, title, description
nav-title title description
TextView How-To text-view Examples for using TextView

TextView

Using a TextView requires the text-view module.

Binding two TextViews text property to observable view-model property.

### Creating a TextView ### Setting the text of a TextView ### Binding text property directly to model ### Setting the hint of a TextView ### Binding hint property directly to model ### Setting the editable property of a TextView ### Binding editable property directly to model