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

SrollControlIntoview WinForms RadPanelBar

3 Answers 111 Views
Panelbar (obsolete as of Q2 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.
Fabian Schulz
Top achievements
Rank 1
Fabian Schulz asked on 21 Aug 2008, 08:34 AM

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.

3 Answers, 1 is accepted

Sort by
0
Angel
Telerik team
answered on 25 Aug 2008, 09:46 AM
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.
0
n/a
Top achievements
Rank 1
answered on 24 Feb 2011, 03:31 PM
Hi,

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

Greetings
Andy
0
Ivan Petrov
Telerik team
answered on 28 Feb 2011, 05:33 PM
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!
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
Fabian Schulz
Top achievements
Rank 1
Answers by
Angel
Telerik team
n/a
Top achievements
Rank 1
Ivan Petrov
Telerik team
Share this question
or