Designing a filmstrip?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Greetings! I want to implement a filmstip in my application. I'm thinking of using a TableLayoutPanel as a container with a PictureBox in each cell. Is this how one with more experience do it? I've looked at TableLayoutPanel in the on-line help and searched for articles here - not much found. What general steps or required objects are required to dynamically add rows to a tablelayoutpanel at run time? This needs to be scrollable, show should I make the tablelayoutpanel scrollable or place the table in a scrollable panel? Thanks, Karen Nooobie to OOP and VB.Net 2005