Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > PageView > "+" Button From Install Demos

Answered "+" Button From Install Demos

Feed from this thread
  • Guy avatar

    Posted on Nov 8, 2011 (permalink)

    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

    Reply

  • Answer Nikolay Nikolay admin's avatar

    Posted on Nov 8, 2011 (permalink)

    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.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • Guy avatar

    Posted on Nov 8, 2011 (permalink)

    Hello Nikolay,

    Thank you for your reply, that worked perfectly!

    Many thanks for the points too.

    Regards,

    Guy

    Reply

  • Nikolay Nikolay admin's avatar

    Posted on Nov 8, 2011 (permalink)

    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.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > PageView > "+" Button From Install Demos