Eleventeen Posted February 11, 2003 Posted February 11, 2003 Remember in older versions of VB and still used in office 2000, is ListBox columns where you could have 2 or more columns in each row. .Net MultiColumn does not acheive this. Does anybody know anyway of doing this, or any third party controls that may be of any help. Thanks! Quote
*Gurus* divil Posted February 11, 2003 *Gurus* Posted February 11, 2003 Are you sure you're not thinking of the ListView control? Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
TechnoTone Posted February 12, 2003 Posted February 12, 2003 This thread has just reminded me: I used to use the FlexGrid control in VB6 but there doesn't seem to be a .NET equivalent. Is that right or am I missing something? Quote TT (*_*) There are 10 types of people in this world; those that understand binary and those that don't.
*Gurus* divil Posted February 12, 2003 *Gurus* Posted February 12, 2003 That's right, there is no flexgrid packaged with VS.NET. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Cassio Posted February 12, 2003 Posted February 12, 2003 I heard we can use the VB 6 flexgrid on VB.NET Quote Stream of Consciousness (My blog)
TechnoTone Posted February 12, 2003 Posted February 12, 2003 I guess I'll just have to write one then. :D Quote TT (*_*) There are 10 types of people in this world; those that understand binary and those that don't.
*Experts* Volte Posted February 12, 2003 *Experts* Posted February 12, 2003 Use a DataGrid control with a disconnected dataset to achieve this. It has been discussed very recently in the forums, so do a search. Quote
*Gurus* divil Posted February 12, 2003 *Gurus* Posted February 12, 2003 There is a good flexgrid control for .NET available at http://www.componentone.com Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.