Results 1 to 4 of 4

Thread: How to create winforms repeater in vb.net

  1. #1
    Join Date
    Apr 2008
    Posts
    242

    How to create winforms repeater in vb.net

    How do i create a subform that has the continuous access-like databound form, I heard that this is possible and for that I read on the web that repeaters were used for this in vb6 and they are still used in .net for webforms. and also let me know how to create a repeater for winforms?

  2. #2
    Join Date
    Nov 2008
    Posts
    48

    Re: How to create winforms repeater in vb.net

    The Windows Forms Components library available on the internet, The TemplateListBox class inherits the ListBox class, and thus behaves mainly in the same way. The Repeater control is used to display a repeated list of items that are bound to the control. It enable the customization of the layout by each repeated list of items.

  3. #3
    Join Date
    Oct 2008
    Posts
    129

    Re: How to create winforms repeater in vb.net

    The Repeater control may be bound to a database table, an XML file, or another list of items. The Repeater control has no built-in select and edit support. Using the new Flow Layout Panel (in Visual Studio 2005), I was able to achieve this functionality. All the other downloadable software specifically stated that they are 30 day trials and the Windows Forms Components does not.

  4. #4
    Join Date
    Apr 2008
    Posts
    117

    Re: How to create winforms repeater in vb.net

    I haven't used the WebForms Repeater so I don't really know how you go about creating the templates for each item. In the template item of a TemplateListBox, you can put controls to display them at any position you want, and do it at design time as if you put them in a UserControl. The flow layout panel has the capability to automatically scroll when its contents surpass the bounds of the control.

Similar Threads

  1. Passive repeater review
    By Conrad in forum Networking & Security
    Replies: 2
    Last Post: 27-08-2009, 09:09 AM
  2. Repeater vs Router
    By Akshita in forum Networking & Security
    Replies: 3
    Last Post: 23-07-2009, 10:04 AM
  3. Replies: 2
    Last Post: 17-07-2009, 03:34 PM
  4. How to text wrap with label in winforms
    By G. Kushal in forum Software Development
    Replies: 3
    Last Post: 14-07-2009, 10:23 AM
  5. Repeater vs switch
    By stevesemple in forum Networking & Security
    Replies: 6
    Last Post: 23-03-2009, 07:02 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,643,249.65384 seconds with 17 queries