You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Collapsethe TaskBar programmaticallyusingtheMVVMpattern in WPFTaskBarcontrol
2
+
This repository contains the sample that show how to expand or collapse the TaskBar programmatically in MVVM pattern in WPF TaskBar control.
3
3
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.
0 commit comments