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

Multiple Tabs

1 Answer 92 Views
PageView
This is a migrated thread and some comments may be shown as answers.
JMERRITT
Top achievements
Rank 1
JMERRITT asked on 18 Mar 2011, 08:14 PM
Hey all,

Is there any property or other way to display the tabs in a RadPageView on multiple lines?  The application I'm developing has about 12 tabs on one screen, and need the user to be aware of what's there without having the tabs scroll off the screen.

Thanks!

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 23 Mar 2011, 04:18 PM
Hello John,

Thank you for your question.

The strip items cannot be displayed on multiple lines. We have this added this as a feature request in our Public Issue Tracking System, so you can vote for it. If this request gets more votes, we will consider implementing it in one of the future releases.

In your case you can try setting the ItemFitMode to Shrink. By doing so, you will force the items to shrink in a way that they fill the available space and all of them will be visible.
((RadPageViewStripElement)this.radPageView1.ViewElement).ItemFitMode = Telerik.WinControls.UI.StripViewItemFitMode.Shrink;

I hope you find this useful. Should you have any further questions, do not hesitate to ask.

Greetings,
Ivan Todorov
the Telerik team
Tags
PageView
Asked by
JMERRITT
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or