Hi lyredlee,
As far as I can understand, the problem is “how to create a control like ISA time planning?�
We can use DataGridView to accomplish this goal. The following is the steps you will try:
1. Drag a DataGridView from the ToolBox.
2. Add Columns as many as you need.
3. Set the width of the column to 10pix or a value that can make it more like the time interval in the ISA time planning control.
4. Set AllowUserToAddRows property of DataGridView to false. So that you will not see ��in the last row.
5. Set the RowHeaderText by using DataGridViewRow.headCell.Value=�***� * represents text what you want to put.
By using DataGridView, you can take advantage of the powerful functionalities provide by it.
If you have further problems, please don’t hesitate to let me know.
Best Regards,
Bruce Zhou
Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs