>Hello,
>
[quoted text clipped - 7 lines]
>nutan@nagarro.com
>09911328107
At design time right-click on the TableLayoutPanel control and select
Edit Rows and Columns. Select Rows from the top combobox.
At run time modify the RowStyles property (an array) for each row.
Nutan - 13 Dec 2007 06:01 GMT
Thank you Jack!
Row height issue is resolved now.
i am facing one more issue with TableLayoutPanel control.
Right now i am using scroll bar with TableLayoutPanel by setting following
property:
.AutoScroll = true
However, i want to show only Verticle scroll bar and hide the Horizontal
one.
I tried setting: this.<panelName>.HorizontalScroll.Visible = false;
But of no use.
Any help?
Thanks and Regards
Nutan
>>Hello,
>>
[quoted text clipped - 13 lines]
>
> At run time modify the RowStyles property (an array) for each row.