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

"+" Button From Install Demos

3 Answers 87 Views
PageView
This is a migrated thread and some comments may be shown as answers.
Guy
Top achievements
Rank 1
Guy asked on 08 Nov 2011, 11:28 AM
Hi,

I'm looking to included the "+" button that is on the PageView demo under StripView > Add New Item but haven't had much luck trying to look through the included code or through the documentation on here.

Can some one please point me in the right direction so that I can have this add button on the end of my PageView?

Many thanks,

Guy

3 Answers, 1 is accepted

Sort by
0
Accepted
Nikolay
Telerik team
answered on 08 Nov 2011, 03:08 PM
Hello Guy,

Thank you for writing.

In order to show the "+" button, you should set the NewItemVisbility property of the RadPageViewStripElement to a value different than Hidden, for example:

RadPageViewStripElement strip = this.radPageView1.ViewElement as RadPageViewStripElement;
strip.NewItemVisibility = StripViewNewItemVisibility.Front;

You are correct that this is not covered by our documentation. We will address this case in a future release. I have updated your Telerik points for your feedback.

I hope this helps.
All the best,
Nikolay
the Telerik team

Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

0
Guy
Top achievements
Rank 1
answered on 08 Nov 2011, 04:07 PM
Hello Nikolay,

Thank you for your reply, that worked perfectly!

Many thanks for the points too.

Regards,

Guy
0
Nikolay
Telerik team
answered on 08 Nov 2011, 06:15 PM
Hi Guy,

I am glad to hear that I could be of help. Write back if you have additional questions.

All the best,
Nikolay
the Telerik team

Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

Tags
PageView
Asked by
Guy
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Guy
Top achievements
Rank 1
Share this question
or