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

Tab Item control

1 Answer 29 Views
Toolstrip (obsolete as of Q3 2010)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Steve
Top achievements
Rank 1
Steve asked on 12 Apr 2013, 04:03 PM
Hi,

I have a selection of tabs, if i have more than the form size allows i have to use the mouse key arrows to move across to them. Is there a way to add  left and right arrows that can be clicked to move the tabs. like a button or something similar? like the image in the attached file.

Many thanks

Steve

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 17 Apr 2013, 03:22 PM
Hello Steve,

Thank you for writing.

If you are using RadPageView in StripMode, those buttons will automatically show up when needed. To force them to appear, you can use the following code:
((RadPageViewStripElement)radPageView1.ViewElement).StripButtons = StripViewButtons.Scroll;

More information about these buttons can be found here: http://www.telerik.com/help/winforms/pageview-stripview-scrolling-and-overflow.html.

I hope this helps.
 

Regards,
Stefan
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
Tags
Toolstrip (obsolete as of Q3 2010)
Asked by
Steve
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or