Skip to content

Commit 37d5ce0

Browse files
Update README.md
1 parent ecf61fc commit 37d5ce0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ You can bind the **ItemsSource** from ViewModel to [TreeGridComboBoxColumn](http
1717
### C# ViewModel:
1818
``` c#
1919
private ObservableCollection<string> titleList;
20+
2021
public ObservableCollection<string> TitleList
2122
{
2223
get { return titleList; }
2324
set { titleList = value; }
2425
}
2526
```
2627

27-
![How to Bind Column ItemsSource from ViewModel in WPF / UWP TreeGrid in MVVM](Bind_combobox_column_ItemsSource_from_view_model.png)
28+
![How to Bind Column ItemsSource from ViewModel in WPF / UWP TreeGrid in MVVM](Bind_combobox_column_ItemsSource_from_view_model.png)

0 commit comments

Comments
 (0)