HTML tables equivalent in windows form
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everydbody, I'm developing a VB.NET 2003 application and I need to include in my layout a table that I can dynamically set row/col spanning to, like in the HTML tables. I've taken a look to the datagrid control, but it obviously doesn't have those properties. So, what I need is somebody who can give me a hint on how to program this, or if somebody knows of a control developed by someone on the web that has this functiontality please, provide a link. I've thought, for the developing option, that maybe a panel based table could help me out achieving this, but yet I'm not sure. So, I'm open to any ideas. Thanks in advance,
Kenia