You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public MainPage()
33
33
this.Content = tabView;
34
34
}
35
35
```
36
-
# Adding ListView in SfTabView
36
+
##Adding ListView in SfTabView
37
37
38
38
Create a view model class with the ContactsInfo collection property, which is initialized with required number of data objects.
39
39
@@ -69,7 +69,7 @@ public class ContactsViewModel : INotifyPropertyChanged
69
69
}
70
70
```
71
71
72
-
# Binding data to ListView
72
+
##Binding data to ListView
73
73
Bind the items source of the ListView, and set the required appearance in its ItemTemplate property in which the list view can be hosted within the content region of tab item.
0 commit comments