This is a migrated thread and some comments may be shown as answers.

[Solved] OutlookBar and Prism

1 Answer 192 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ian
Top achievements
Rank 1
Ian asked on 20 Nov 2009, 05:50 PM

Hi,

I have configured a prism region on an outlookbar as below:

<tcn:RadOutlookBar regions:RegionManager.RegionName="Region" />

I can load views (RadOutlookBarItems) into the region and everything works as expected i.e. I can dynamically add RadOutlookBarItems to the RadOutlookBar.  Surprisingly I didn't need to create a region adapter to get this to work.  The only problem is that the scrollviewer associated with the RadOutlookBarItem doesn't appear to be working correctly.  Basically, if I expand a treeview control in the RadOutlookBarItem the scrollviewer does not automatically display and my content expands beyond the display area.

Is there a possible work around?  How can I force the scrollviewer to display if my RadOutlookBarItem content goes out of bounds?

Thanks

Ian

 

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 23 Nov 2009, 04:31 PM
Hello Ian,

The issue you are experiencing is very strange, because RadOutlookBar's ControlTemplate does not have a ScrollViewer for wrapping its selected item's content. The ScrollViewer you fail to see is probably the one of the TreeView. Is there a chance you can provide a sample project reproducing the issue (you will need to open a support ticket in order to attach a project)? This way I can better investigate the issue, because currently I wasn't able to reproduce it.

Best wishes,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
OutlookBar
Asked by
Ian
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or