|
| ||||||||||
| Tags: databound, repeater, subform, vb dot net, winforms |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to create winforms repeater in vb.net
|
|
#2
| |||
| |||
| 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
| |||
| |||
| 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
| |||
| |||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to create winforms repeater in vb.net" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Passive repeater review | Conrad | Networking & Security | 2 | 27-08-2009 09:09 AM |
| Repeater vs Router | Akshita | Networking & Security | 3 | 23-07-2009 10:04 AM |
| PopupControlExtender, Repeater, Is possible to create treelike structure for the SQL queries | Solaris | Software Development | 2 | 17-07-2009 03:34 PM |
| How to text wrap with label in winforms | G. Kushal | Software Development | 3 | 14-07-2009 10:23 AM |
| Repeater vs switch | stevesemple | Networking & Security | 6 | 23-03-2009 07:02 PM |