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

List View in Backstage scrolls entire backstage view

2 Answers 79 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 09 Oct 2015, 02:58 AM

Hi.

We are currently implement an "Office Inspired" application, so are making use of the backstage view. One of the items contains a list of files the user can open. When this list becomes larger than the window, rather than a scrollbar appearing on the list, it appears on the entire backstage view.

I've attached screens of how Office currently does it, vs how it's currently working for us.

Any suggestions on how to resolve this would be much appreciated.

For reference, the list box is hosted in a grid, hosted in a content control.

I did come across this thread (http://www.telerik.com/forums/listbox-in-backstage ), in which it was stated that it is designed to behave like the Office backstage view. I was wondering if that is still correct ? We are currently using 2015.2.728.45, with the Office 2013 style applied.


 

2 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Vandov
Telerik team
answered on 09 Oct 2015, 11:53 AM
Hello Michael,

We have implemented a much easier way to customize the build in ScrollViewer of the RadRibbonBackstage. By default it's ScrollBars are set to Auto and will appear when needed. However you could dissable them by setting the attached properties of the ScrollViewer ScrollViewer.HorizontalScrollBarVisibility="Disabled" and ScrollViewer.VerticalScrollBarVisibility="Disabled" after that the scrolling will be entire in your hands and the controls placed inside the RadRibbonBackstageItem.

I hope this information helps. Please let us know if you need further assistance.

Kind regards,
Kiril Vandov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Michael
Top achievements
Rank 1
answered on 12 Oct 2015, 04:10 AM
Works great !
Tags
RibbonView and RibbonWindow
Asked by
Michael
Top achievements
Rank 1
Answers by
Kiril Vandov
Telerik team
Michael
Top achievements
Rank 1
Share this question
or