TableLayoutPanel Resize

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark

    TableLayoutPanel Resize

    Hi All
    I was just wonder when using the TableLayoutPane l 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

  • Michel Walsh

    #2
    Re: TableLayoutPane l Resize

    "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

    "Mark" <fatherjack@mvp s.orgwrote in message
    news:ORyS84NcIH A.3932@TK2MSFTN GP05.phx.gbl...
    Hi All
    I was just wonder when using the TableLayoutPane l 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

    Comment

    Working...