Skip to content

Commit 3581118

Browse files
authored
Updated Readme file
1 parent 1ab6351 commit 3581118

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# How-to-Expand-or-Collapse-the-Taskbar-programmatically-using-the-MVVM-pattern-in-WPF-TaskBar-control
22
This repository contains the sample that how to expand or collapse the Taskbar programmatically using the MVVM pattern in WPF TaskBar control.
3-
The Taskbar can be expand or collapse by populating the items through ViewModel by using IsOpened property of TaskBar . Different content for each TaskBarItem, can be set by using the ContentTemplateSelector property of ContentPresenter .
3+
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 .
44

5-
```XAML
5+
```XMAL
66
<Window.Resources>
77
<DataTemplate x:Key="DefaultTemplate">
88
<StackPanel>

0 commit comments

Comments
 (0)