Diffrent way of listing Items in Winforms
-
Hi Is there any open source control which is similar to "http://www.componentsource.com/products/intgegralui-listbox/index.html[^]" I need to list data same as we do using Asp.net repeater control. How to implement the same technique in windows. samples will be more helpful. Cheers
-
Hi Is there any open source control which is similar to "http://www.componentsource.com/products/intgegralui-listbox/index.html[^]" I need to list data same as we do using Asp.net repeater control. How to implement the same technique in windows. samples will be more helpful. Cheers
I think u can get it by dynamic creation of controls. First take a Panel in that u can add the controls one by one applying the height and width. By using LinkLabel control u can do redirection from one form to another. Definitely u can do in this way.