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

Construct Gallery

8 Answers 93 Views
Panel
This is a migrated thread and some comments may be shown as answers.
Joe Bohen
Top achievements
Rank 1
Joe Bohen asked on 18 Oct 2010, 04:38 PM

Hi
I would like to build an application like the Integration Business cards example Could you tell me how to construct or add a gallery to a form?

8 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 21 Oct 2010, 02:30 PM
Hi Joe Bohen,

Thank you for contacting us.

The whole implementation of this example is contained in the examples solutions that come with the RadControls for WinForms suite. You can find these solutions at Start >> Programs >> Telerik >> RadControls for WinForms [version] >> VS [version] Demos. After you open the preferred solution, navigate to Integration >> Business Card folder which contains the source files of the gallery. Feel free to examine and incorporate these files in your project.

I hope you find this information helpful. If there is anything else I can assist you with, do not hesitate to contact me.
 
Kind regards,
Stefan
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
0
Joe Bohen
Top achievements
Rank 1
answered on 18 Nov 2010, 04:01 PM

I have attempted to replicate the business cards example supplied in the integration samples winforms Q2. I am have been unable to add scrollbars to the gallery when populating the gallery with a large number of business cards.  How would I achieve this whilst maintaining the functionality of the sample provided.

0
Stefan
Telerik team
answered on 23 Nov 2010, 04:38 PM
Hello Joe Bohen,

Thank you for writing.

The scrolling functionality in our example is achieved by setting the AutoScroll property for RadPanel to true. When this does not work in your case, I would like to kindly ask you to open a new support ticket where you can send us with your application. This will allow us to investigate the issue in detail and provide you with further assistance.

I am looking forward to your reply.
 

All the best,
Stefan
the Telerik team
Get started with RadControls for WinForms with numerous videos and detailed documentation.
0
Vince
Top achievements
Rank 1
answered on 12 Jan 2012, 08:43 AM
Hi ..
   We brought the telerik product.. I had added more than 200 business cards in gallery..  But i cant see all the cards because the scrollbar option is not available in gallery..Pls help me out to solve this issue...
0
Vince
Top achievements
Rank 1
answered on 14 Jan 2012, 08:41 AM
Hi,
Pls do reply for my above post.......
0
Stefan
Telerik team
answered on 16 Jan 2012, 04:52 PM
Hi Vince,

Thank you for writing.

Have you tried setting the AutoScroll property of the panel to true, as I have suggested to Joe? If you did and this did not help, we will need to investigate your project locally too, so please open a new support ticket where you can attach it and we will provide you with further assistance.
 
Kind regards,
Stefan
the Telerik team

SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).

0
Vince
Top achievements
Rank 1
answered on 18 Jan 2012, 12:39 PM
Dear Stefan,

As you suggest, I herewith attached the solution for your reference.

I simulated the business card sample exactly the same as that of Demo.

Now, I want a horizontal or vertical scroll bar in Gallery element so that I could view all business cards.

I have also lincense account technology@acurussolutions.com 

Thanks in Advance.
0
Ivan Todorov
Telerik team
answered on 20 Jan 2012, 06:02 PM
Hello Vince,

We have a couple of new controls that help you achieve this scenario without having to implement scrolling functionality from scratch, which is the case with the old Business Cards example. I have attached two sample projects.

The first one demonstrates using our new RadPanorama control for achieving the same
functionality. However, if you are going to load lots of items (100+), this control might not be applicable since it does not virtualize its elements and this may result in a poor performance.

The second sample project demonstrates using RadListView with custom visual items. RadListView uses virtualized visual items so adding even hundreds of items to it should not affect the performance.

Since I am not sure exactly which version are you using, please note that RadListView was introduces with Q2 2011 and RadPanorama was introduced with Q3 2011.

I hope you find this useful.

Feel free to contact if you have any further questions.

Regards,
Ivan Todorov
the Telerik team

SP1 of Q3’11 of RadControls for WinForms is available for download (see what's new).

Tags
Panel
Asked by
Joe Bohen
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Joe Bohen
Top achievements
Rank 1
Vince
Top achievements
Rank 1
Ivan Todorov
Telerik team
Share this question
or