Skip to content

Commit 3a69604

Browse files
committed
Updated H1 tags
1 parent b2f55d1 commit 3a69604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public MainPage()
3333
this.Content = tabView;
3434
}
3535
```
36-
# Adding ListView in SfTabView
36+
## Adding ListView in SfTabView
3737

3838
Create a view model class with the ContactsInfo collection property, which is initialized with required number of data objects.
3939

@@ -69,7 +69,7 @@ public class ContactsViewModel : INotifyPropertyChanged
6969
}
7070
```
7171

72-
# Binding data to ListView
72+
## Binding data to ListView
7373
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.
7474

7575
**[XAML]**

0 commit comments

Comments
 (0)