Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panels, Labels, GroupBox > Construct Gallery

Not answered Construct Gallery

Feed from this thread
  • Joe Bohen avatar

    Posted on Oct 18, 2010 (permalink)

    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?

    Reply

  • Stefan Stefan admin's avatar

    Posted on Oct 21, 2010 (permalink)

    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

    Reply

  • Joe Bohen avatar

    Posted on Nov 18, 2010 (permalink)

    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.

    Reply

  • Stefan Stefan admin's avatar

    Posted on Nov 23, 2010 (permalink)

    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.

    Reply

  • Vince avatar

    Posted on Jan 12, 2012 (permalink)

    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...

    Reply

  • Vince avatar

    Posted on Jan 14, 2012 (permalink)

    Hi,
    Pls do reply for my above post.......

    Reply

  • Stefan Stefan admin's avatar

    Posted on Jan 16, 2012 (permalink)

    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).

    Reply

  • Vince avatar

    Posted on Jan 18, 2012 (permalink)

    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.

    Reply

  • Ivan Todorov Ivan Todorov admin's avatar

    Posted on Jan 20, 2012 (permalink)

    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).

    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Panels, Labels, GroupBox > Construct Gallery