TableLayoutPanel Resize

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hi All
I was just wonder when using the TableLayoutPanel is it possible for the
user to dynamically resize the rows/cols with the mouse at runtime somehow?
I'm aiming a for form which allows resizing of controls like Outlook Express
does. Am I on the right path at all?

Thanks
Mark
 
"Pro .Net 2.0 Windows Forms and Custom Controls in C#", by Matthew
MacDonald, at Apress, has one of the best coverage on dynamic layout. Maybe
a FlowPayoutPanel is better to do the job you seem to describe.


Vanderghast, Access MVP
 
Back
Top