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.
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 .
0 commit comments