0
Answer

How do I programatically create and fill a TableLayoutPanel.

Brendon Lees

Brendon Lees

13y
6.6k
1
I am using Visual Studio 2008 and am programing in VB.net.
I am creating a twitter client and would like to display the news feed in a TableLayoutPanel that is programatically created as the tweets are read from Twitter. Each tweet will be in its own Table and they need to scroll vertically.
The TableLayoutPanel will be inside a TabControl.
I have no idea how to do this so any help is appreciated.

Thanks, Brendon