I have tried the below code for wrap the text inside the treeview in native android. But it doesn't work. Have anyone know how to wrap the text in label.
android:ellipsize="end"
android:width="0dip"
android:maxLines="2"
could you please tell me how to wrap the text?