I’m looking for a fixed table, like HTML table to fill data in each row. I took a look at TableLayoutPanel, but this is not what I’m looking for because you can’t fill the cells programmatically. Anyone have an idea how to handle this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can fill the cells from code. See this example:
See: http://msdn.microsoft.com/en-us/library/he3sxc2a.aspx