Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panelbar (obsolete as of Q2 2010) > SrollControlIntoview WinForms RadPanelBar

Not answered SrollControlIntoview WinForms RadPanelBar

Feed from this thread
  • Posted on Aug 21, 2008 (permalink)


    Hi,
    I have got a problem with the "ScrollControlIntoView" Method of the Radpanelbar control.

    After the "radPanelBar1_PanelBarGroupCollapsing" Event, the collapsing Item should scroll into view.
    The function should be likely this.

    private void radPanelBar1_PanelBarGroupCollapsing(object sender, PanelBarGroupCancelEventArgs args)
            {
                this.radPanelBar1.ScrollControlIntoView(this.radPanelBar1.Controls[this.radPanelBar1.Items.IndexOf(args.Group)]);
            }

    but it doesn't work. Please help me.

    Reply

  • Angel Angel admin's avatar

    Posted on Aug 25, 2008 (permalink)

    Hi Fabian Schulz,

    Thank you for reporting this issue, your points have been updated.
    Hopefully the fix will be available in the next release.

    Unfortunately, for the time being I cannot suggest you a workaround.

    Regards,
    Angel
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

    Reply

  • Andreas Nebel avatar

    Posted on Feb 24, 2011 (permalink)

    Hi,

    i've justed tried the same and want to scroll to a RadPanelBarElement with ScrollControlIntoView, but without success :-(

    Greetings
    Andy

    Reply

  • Ivan Petrov Ivan Petrov admin's avatar

    Posted on Feb 28, 2011 (permalink)

    Hi Andreas,

    Thank you for writing.

    I tested the method and it was working fine on my machine. You have to set the AutoScroll property to true in order to get the method working. If you still can't get the method to work, I would ask you to send me a sample project where you reproduce the issue so I can investigate it.

    I hope this will help. If you have further need of assistance, I would be happy to help.

    Kind regards,
    Ivan Petrov
    the Telerik team
    Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panelbar (obsolete as of Q2 2010) > SrollControlIntoview WinForms RadPanelBar
Related resources for "SrollControlIntoview WinForms RadPanelBar"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]