Skip to content

Commit e8d768f

Browse files
Merge pull request #1 from SyncfusionExamples/SivaranjithN-patch-2
How-to-load-different-content-page-as-Tab-items-content-in-.NET-MAUI-TabView
2 parents d28e3ad + 57617e6 commit e8d768f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,17 @@ public class ViewModel : INotifyPropertyChanged
3030
OnPropertyChanged("Items");
3131
}
3232
}
33+
3334
protected virtual void OnPropertyChanged(string propertyName)
3435
{
3536
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
3637
}
38+
3739
public ViewModel()
3840
{
3941
SetItems();
40-
4142
}
43+
4244
internal void SetItems()
4345
{
4446
Items = new TabItemCollection();
@@ -54,4 +56,5 @@ public class ViewModel : INotifyPropertyChanged
5456
}
5557
```
5658
**Output**
59+
5760
![TabViewPages.png](https://support.bolddesk.com/kb/agent/attachment/article/13619/inline?token=eyJhbGciOiJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGRzaWctbW9yZSNobWFjLXNoYTI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEwNTU5Iiwib3JnaWQiOiIzIiwiaXNzIjoic3VwcG9ydC5ib2xkZGVzay5jb20ifQ.UAU0WqpCG6PimR7gKydxiUQCrsGYjXL6xtDTT8zzhN4)

0 commit comments

Comments
 (0)