Skip to content

Commit f3d3117

Browse files
authored
Update README.md
1 parent 6e75d47 commit f3d3117

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# How-to-Expand-or-Collapse-the-Taskbar-programmatically-using-the-MVVM-pattern-in-WPF-TaskBar-control
2-
This repository contains the sample that how to expand or collapse the Taskbar programmatically using the MVVM pattern in WPF TaskBar control.
1+
# How to Expand or Collapse the TaskBar programmatically using the MVVM pattern in WPF TaskBar control
2+
This repository contains the sample that show how to expand or collapse the TaskBar programmatically in MVVM pattern in WPF TaskBar control.
33

4-
The Taskbar can be expand or collapse by populating the items through ViewModel by using IsOpened property of TaskBar .The different content for each TaskBarItem, can be set by using the ContentTemplateSelector property of ContentPresenter .
4+
The TaskBar can be expanded or collapsed using the IsOpened property. The different content for each TaskBarItem can be set by using the ContentTemplateSelector property of ContentPresenter.
55

66
```XMAL
77
<Window.Resources>

0 commit comments

Comments
 (0)