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

Vertical scrollbar doesn’t appear in ToolWindow

3 Answers 140 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.
FrancoP
Top achievements
Rank 1
FrancoP asked on 27 Nov 2009, 04:33 PM

Good morning.

            I have a problem with the vertical scrollbar in a toolwindow. I use your RadControls for WinForms Q3 2009 release. I did the following steps:

 

  1. New project, WindowsForm Application (with Visual Basic 2008 Express Edition).
  2. Insert a RadDock, “Dock new window to left”. This is ToolWindow1.
  3. Insert a radPanelBar in the toolwindow, dock = fill, groupstyle = explorerBarStyle.
  4. By clicking on a button, the radPanelBar is programmatically filled with RadPanelBarGroupElement:

 

  Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

    RadPanelBar1.Items.Clear()

    For i As Integer = 0 To 10

      Dim ri As New Telerik.WinControls.UI.RadPanelBarGroupElement

      ri.Caption = "GroupItem" & i

      RadPanelBar1.Items.Add(ri)

    Next

  End Sub

 

If the form is small enough, you can see that no vertical scrollbar appears. As soon as you click on a groupitem, the scrollbar appears. If you click the button again, again the scrollbar disappears. What can I do to solve this problem?

 

Thank you.

3 Answers, 1 is accepted

Sort by
0
Svett
Telerik team
answered on 02 Dec 2009, 02:17 PM
Hello FrancoP,

Unfortunately, this issue is presented in the current version. It has been forwarded to our development department and it will be addressed in Q3 2009 SP1 which will be shipped later this week.

If you have further questions, feel free to contact us.

All the best,
Svett
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Franco
Top achievements
Rank 1
answered on 25 May 2010, 07:46 AM

Good morning.

            Regarding this problem, I tried to use your new RadControls for WinForms Q1 2010. If you try with the same test project as above, you will notice that the vertical scrollbar doesn’t appear, as before. The only improvement is that now, when you click on a groupitem, the vertical scrollbar appears and doesn’t disappear anymore, but when you programmatically add groupitems to the radPanelBar, again no vertical scrollbar is displayed. Any suggestion? Thank you very much.

0
Nikolay
Telerik team
answered on 27 May 2010, 02:40 PM
Hello Franco,

I tested the case with Q1 2010 SP2 (v2010.1.10.504), but I was not able to reproduce the described behavior on my side. I am attaching a sample project to demonstrate that the scrollbar appears initially. Please update your Telerik version if you have not done it so far. Generally, we are developing a new control that will be the successor of RadPanelBar. This control is called RadTabView and you can find more information about it here.

Kind regards,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Panelbar (obsolete as of Q2 2010)
Asked by
FrancoP
Top achievements
Rank 1
Answers by
Svett
Telerik team
Franco
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or