Hello,
While trying to implement the OutlookBar as a container in Prism tutorial (http://docs.telerik.com/devtools/wpf/controls/radoutlookbar/how-to/How_to_Use_RadOutlookBar_as_a_Container_in_Prism_Application.html), the headers do not appear as the tutorial shows.
I am following the first guide where it adds a header by adding a member, ItemHeader, to the view. The OutlookBar is set with the DisplayProperty = "ItemHeader", but upon execution, the application does not show the header. If the horizontal bar is dragged down, the items are minimized and can be read. So, it appears that the header is set, but is not being displayed properly while not minimized.
I'm assuming this is a simple binding error, but I'm not sure how to proceed.
While trying to implement the OutlookBar as a container in Prism tutorial (http://docs.telerik.com/devtools/wpf/controls/radoutlookbar/how-to/How_to_Use_RadOutlookBar_as_a_Container_in_Prism_Application.html), the headers do not appear as the tutorial shows.
I am following the first guide where it adds a header by adding a member, ItemHeader, to the view. The OutlookBar is set with the DisplayProperty = "ItemHeader", but upon execution, the application does not show the header. If the horizontal bar is dragged down, the items are minimized and can be read. So, it appears that the header is set, but is not being displayed properly while not minimized.
I'm assuming this is a simple binding error, but I'm not sure how to proceed.