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

Bad flicker while scrolling down

1 Answer 102 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.
Franco
Top achievements
Rank 1
Franco asked on 05 Sep 2011, 01:24 PM
Good afternoon.
    I have a problem with RadPanelBar. I use VB Express 2008.
I create a new WinForm project and add a RadPanelBar control. Dock = True, GroupStyle = ExplorerBarStyle.
This is the code:
Imports Telerik.WinControls.UI
  
Public Class Form1
  Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    Dim rpbge As RadPanelBarGroupElement
  
    For i As Integer = 0 To 10
      rpbge = New RadPanelBarGroupElement
      rpbge.Caption = "Group" & i
      rpbge.EnableHostControlMode = True
      RadPanelBar1.Items.Add(rpbge)
    Next
  
    Dim rlc As New RadListControl
    rlc.Height = 2
    rlc.Width = rpbge.ContentPanel.ClientSize.Width
    rlc.Anchor = AnchorStyles.Left Or AnchorStyles.Right Or AnchorStyles.Top
    rpbge.ContentPanel.Controls.Add(rlc)
  
    rpbge.Expanded = True
  End Sub
End Class

Now:
- Run the project and scroll down with the vertical scroll bar.
- Collapse and Expand the last group (Group10).
- Now try to scroll down again with the vertical scroll bar and you'll see the flicker.
Is there any solution?
Thank you in advance.
Gianfranco

1 Answer, 1 is accepted

Sort by
0
Accepted
Stefan
Telerik team
answered on 08 Sep 2011, 12:47 PM
Hi Franco,

I confirm that this issue appears when using the RadPanelBar control. This is an obsolete control and we plan to remove it from our suite. We no longer support it. You can use the RadPageView control instead. For more information about the upgrade process, please refer to the following help article: http://www.telerik.com/help/winforms/pageview-upgrading-to-radpageview.html.
 
If you need further assistance, please do not hesitate to contact us.

Regards,
Stefan
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Panelbar (obsolete as of Q2 2010)
Asked by
Franco
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or