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

Strip View Hide Tab

1 Answer 356 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 2
Paul asked on 17 Oct 2012, 10:01 PM
Is it possible to hide the pagview pages individual tabs when switched to strip view?

I have a ribbon bar with matching Tab names and as you move through the ribbon tabs it selects the pageview it requires. This looks good in Backstage view but when I move it strip it looks visually confusing.

1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 22 Oct 2012, 11:27 AM
Hello Paul,

Thank you for writing.

If I understand correctly, you want to hide the items of the page in RadPageView in Strip mode. If so, here is how you can do that:
RadPageViewStripElement el = radPageView1.ViewElement as RadPageViewStripElement;
el.ItemContainer.Visibility = ElementVisibility.Collapsed;

I hope this helps.
 
All the best,
Stefan
the Telerik team
You’ve been asking for it and now it’s time for us to deliver. RadControls for WinForms Q3 2012 release is just around the corner. Sign up for a free webinar to see first all the latest enhancements.
Tags
PageView
Asked by
Paul
Top achievements
Rank 2
Answers by
Stefan
Telerik team
Share this question
or