Windows Develop Bookmark and Share   
 index > Windows Forms General > Is there flexgrid in VB.NET?
 

Is there flexgrid in VB.NET?

hello all,
   Does any know how to get the flex grid component in VB.NET? If so, please show me how. Thank you, CVl
MigrationUser 1  Tuesday, January 20, 2004 11:34 PM
There isn't one, though the new grid is very powerfull (though pretty stripped to start with).

What do you need to do?
MigrationUser 1  Thursday, January 22, 2004 9:05 PM
I just need to display address information.. it would be great if you could show me how to get start it. Thank you much
MigrationUser 1  Monday, January 26, 2004 6:19 PM
How are you getting the address information,

if from a database, then read up on ADO.Net, you only need to set the datasource to the datatable that has the address information.

Or you can create an arraylist and set that as a datasource.

Though that's all a different thread
MigrationUser 1  Tuesday, January 27, 2004 12:30 AM

You can use google to search for other answers

Custom Search

More Threads

• Save in treeView1, Load from treeView1
• Hiding checkbox for childnode in Windows Form Treeview control
• ComboBox1.SelectedValue = 64 causes crash
• Updating images from imagelist in listview
• FormClosingEvent has no CloseReason
• Determine if List is displayed for ComboBox
• A Change in Form
• Restricting window button from wrapping its text/caption
• menu of mdi child appears in the parent form
• Force a form to redraw