File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,17 @@ public class ViewModel : INotifyPropertyChanged
30
30
OnPropertyChanged("Items");
31
31
}
32
32
}
33
+
33
34
protected virtual void OnPropertyChanged(string propertyName)
34
35
{
35
36
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
36
37
}
38
+
37
39
public ViewModel()
38
40
{
39
41
SetItems();
40
-
41
42
}
43
+
42
44
internal void SetItems()
43
45
{
44
46
Items = new TabItemCollection();
@@ -54,4 +56,5 @@ public class ViewModel : INotifyPropertyChanged
54
56
}
55
57
```
56
58
** Output**
59
+
57
60
![ TabViewPages.png] ( https://support.bolddesk.com/kb/agent/attachment/article/13619/inline?token=eyJhbGciOiJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGRzaWctbW9yZSNobWFjLXNoYTI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEwNTU5Iiwib3JnaWQiOiIzIiwiaXNzIjoic3VwcG9ydC5ib2xkZGVzay5jb20ifQ.UAU0WqpCG6PimR7gKydxiUQCrsGYjXL6xtDTT8zzhN4 )
You can’t perform that action at this time.
0 commit comments