Windows Develop Bookmark and Share   
 index > Windows Forms General > Docking TableLayoutPanel
 

Docking TableLayoutPanel

I have a splitcontainer, which contains a docked table layout panel. I want to dock the tablelayout panel to fill, but without anchoring. When the users resize the form, I want the table layout panel to stretch vertically and horizontally, but I want EACH cell within the table to proportionally resize. Right now, the only way I can dock to fill is to have a top and left anchor, and when that happens, only the top two cells of the 4 row by 1 column table layout panel stretch vertically (and all of the cells stretch horizontally). How do I have it so that all of the 4 rows stretch proportionally both vertically and horizontally?

xRuntime  Sunday, September 24, 2006 4:53 PM
<img src="http://img56.imageshack.us/img56/8130/temlm8.jpg" border="3" alt="My Image Problem" /></a>
xRuntime  Sunday, September 24, 2006 5:03 PM
xRuntime  Sunday, September 24, 2006 5:05 PM
This forum is messed up. Can you delete the last 2 posts?

This is the pic-->

http://img56.imageshack.us/img56/8130/temlm8.jpg
xRuntime  Sunday, September 24, 2006 5:06 PM

You can use google to search for other answers

Custom Search

More Threads

• can i import excel file on c#
• Controls Collection
• ValidateChildren()
• How to implement a multi threaded user interface ?
• Message boxes
• Screen shot on minimized/tray-icon application
• form freeze on panel load
• Preview Form2 on Form1
• Printing this windows form
• Problems with RichTextBox