HighTechTalks DotNet Forums  

TableLayoutPanel Control

Dotnet Framework (WinForms Controls) microsoft.public.dotnet.framework.windowsforms.controls


Discuss TableLayoutPanel Control in the Dotnet Framework (WinForms Controls) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Nutan
 
Posts: n/a

Default TableLayoutPanel Control - 12-07-2007 , 01:26 AM






Hello,

I am using TableLayoutPanel control in a .net Windows app.
and adding controls(radio buttons) at run-time in TableLayoutPanel.

Can anyone help me with how can i make height of all Rows EQUAL in this control.

Thanx and Regards
Nutan
nutan (AT) nagarro (DOT) com
09911328107

Reply With Quote
  #2  
Old   
Jack Jackson
 
Posts: n/a

Default Re: TableLayoutPanel Control - 12-07-2007 , 01:47 PM






On Fri, 7 Dec 2007 11:56:53 +0530, "Nutan" <inutan (AT) gmail (DOT) com> wrote:

Quote:
Hello,

I am using TableLayoutPanel control in a .net Windows app.
and adding controls(radio buttons) at run-time in TableLayoutPanel.

Can anyone help me with how can i make height of all Rows EQUAL in this control.

Thanx and Regards
Nutan
nutan (AT) nagarro (DOT) 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.


Reply With Quote
  #3  
Old   
Nutan
 
Posts: n/a

Default Re: TableLayoutPanel Control - 12-13-2007 , 01:01 AM



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



"Jack Jackson" <jacknospam (AT) pebbleridge (DOT) com> wrote

Quote:
On Fri, 7 Dec 2007 11:56:53 +0530, "Nutan" <inutan (AT) gmail (DOT) com> wrote:

Hello,

I am using TableLayoutPanel control in a .net Windows app.
and adding controls(radio buttons) at run-time in TableLayoutPanel.

Can anyone help me with how can i make height of all Rows EQUAL in this
control.

Thanx and Regards
Nutan
nutan (AT) nagarro (DOT) 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.



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.