Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. tablelayoutpanel in c#.net in windows application

tablelayoutpanel in c#.net in windows application

Scheduled Pinned Locked Moved C#
csharpdesign
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dilipmca04
    wrote on last edited by
    #1

    I want to create tablelayoutpanel at runtime ..and this functionality same like how this control is doing at design time..like control moving and rows and Columns resizing..How these control is working at design time same like i need to create at runtime. please any body know about this please tell me.. Thanks....

    D A 2 Replies Last reply
    0
    • D dilipmca04

      I want to create tablelayoutpanel at runtime ..and this functionality same like how this control is doing at design time..like control moving and rows and Columns resizing..How these control is working at design time same like i need to create at runtime. please any body know about this please tell me.. Thanks....

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      Create an object to TableLayoutPanel class and add it to your form. Go through the documentation to know what all properties are available. Set them and you are done.

      The word "politics" describes the process so well: "Poli" in Latin meaning "many" and "tics" meaning "bloodsucking creatures." जय हिंद

      1 Reply Last reply
      0
      • D dilipmca04

        I want to create tablelayoutpanel at runtime ..and this functionality same like how this control is doing at design time..like control moving and rows and Columns resizing..How these control is working at design time same like i need to create at runtime. please any body know about this please tell me.. Thanks....

        A Offline
        A Offline
        Alan N
        wrote on last edited by
        #3

        Hi, All controls are created at run time and the code for controls that are "designed" within VS resides in the InitializeComponent method of the Form.designer.cs file. If you are not certain how to write code for a control then just create a test form using the control you want to learn about. Open up the designer.cs file and all will be revealed. The code you would write yourself will be very similar. Alan.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups