Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1945
OutlookBarGroup binding
posted

Hi

In one of your XamOutlookBar samples the ContentTemplate for OutlookBarGroup is of type ListBox. To add a new level to the hierarchy i've changed the ItemTemplate to another ListBox. And the data hierarchy is now like this: TaskGroup -> Task -> TaskItem.

What i intend to do is:

- show each task in a box

- the task show it's items in a tree form

- select the first task and it's first item on startup

Unfortunately it doesn't work like i intend to.

OutlookBar.zip