hi all,
I have a VB6 app that I wish to re-write in VB.Net. The VB6 app centers around the Hierarchal flexgrid - using totally unbound. Instead code reads and writes from/to it. By design the VB6 app is not a database app, it uses some text and XML files, and that's it.
In .Net there does not seem to be an equivalent. I see the DataGrid - but it looks like I have to bind it to something. I do not, for example, see a way even to tell it how many rows/columns to display. Perhaps you cannot do this, and it just gets it from the dataset.
What are people using in .Net for an unbound grid??
Thanks!
I have a VB6 app that I wish to re-write in VB.Net. The VB6 app centers around the Hierarchal flexgrid - using totally unbound. Instead code reads and writes from/to it. By design the VB6 app is not a database app, it uses some text and XML files, and that's it.
In .Net there does not seem to be an equivalent. I see the DataGrid - but it looks like I have to bind it to something. I do not, for example, see a way even to tell it how many rows/columns to display. Perhaps you cannot do this, and it just gets it from the dataset.
What are people using in .Net for an unbound grid??
Thanks!