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

Container Control that can hold many controls?

1 Answer 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Patrick Barranis
Top achievements
Rank 1
Patrick Barranis asked on 27 May 2010, 12:13 AM
Hello,

     I have been searching high and low for a Telerik control that can take many (200+)  RadDropDownButtons (with pictures) and mainly perform well under that load.  I'm needing wrapping/flow of every element as well as auto-scrolling.  I tried a RadPanel and RadScrollablePanel, but I had to write the code to position every element.  Removing an item would take a while to refresh, and flipping between two TabPanels, each holding a RadPanel with DropDownButtons, takes quite a few seconds.  Ultimately, I'm needing something like the base FlowLayoutPanel control that I can put on a tabPanel and that can perform better.  Is there a specific Telerik control that I can use to accomplish this?   Thanks.

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 01 Jun 2010, 05:33 PM
Hi Patrick Barranis,

Thank you for the question.

Our WinForms suite does not offer layout controls which can accommodate other controls. However, the layouts that our Telerik Presentation Framework provides can be used to host RadElements (for example RadDropDownButtonElements). This will give you the layout you want and you will get better performance, because the performance when you use RadElements is greater than the performance which concerns controls. I am attaching a sample project which demonstrates the approach. Basically, I insert a WrapLayoutPanel in a RadPanel and then I insert 200 RadDropDownButtonElements in the WrapLayoutPanel.

I hope this helps.

Greetings,
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
General Discussions
Asked by
Patrick Barranis
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or